Struct AnimationMovement.MovementData ​
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Represents interpolated movement data containing position and angle.
csharp
public readonly struct AnimationMovement.MovementDataConstructors ​
MovementData(Vector3, float) ​
Initializes a new instance of the struct.
csharp
public MovementData(Vector3 position, float angle)Parameters ​
position Vector3
angle float
Properties ​
Angle ​
Gets the angle offset in degrees.
csharp
public float Angle { get; }Property Value ​
Position ​
Gets the position offset.
csharp
public Vector3 Position { get; }
