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