Table of Contents

Struct AnimationMovement.MovementData

Namespace
ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly
ValveResourceFormat.dll

Represents interpolated movement data containing position and angle.

public readonly struct AnimationMovement.MovementData

Inherited Members

Constructors

MovementData(Vector3, float)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelAnimation.AnimationMovement.MovementData struct.

public MovementData(Vector3 position, float angle)

Parameters

position Vector3
angle float

Properties

Angle

Gets the angle offset in degrees.

public float Angle { get; }

Property Value

float

Position

Gets the position offset.

public Vector3 Position { get; }

Property Value

Vector3