Table of Contents

Class PathTracker

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
public class PathTracker
Inheritance
PathTracker
Inherited Members

Constructors

PathTracker(Path, Vec3)

public PathTracker(Path path, Vec3 initialScaleOfEntity)

Parameters

path Path
initialScaleOfEntity Vec3

Properties

CurrentFrame

public MatrixFrame CurrentFrame { get; }

Property Value

MatrixFrame

HasChanged

public bool HasChanged { get; }

Property Value

bool

HasReachedEnd

public bool HasReachedEnd { get; }

Property Value

bool

IsValid

public bool IsValid { get; }

Property Value

bool

PathTraveledPercentage

public float PathTraveledPercentage { get; }

Property Value

float

TotalDistanceTraveled

public float TotalDistanceTraveled { get; set; }

Property Value

float

Methods

Advance(float)

public void Advance(float deltaDistance)

Parameters

deltaDistance float

CurrentFrameAndColor(out MatrixFrame, out Vec3)

public void CurrentFrameAndColor(out MatrixFrame frame, out Vec3 color)

Parameters

frame MatrixFrame
color Vec3

GetPathLength()

public float GetPathLength()

Returns

float

PathExists()

public bool PathExists()

Returns

bool

Reset()

public void Reset()

UpdateVersion()

public void UpdateVersion()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).