Struct AnimationActivity
- Assembly
- ValveResourceFormat.dll
Represents an activity associated with an animation.
public readonly struct AnimationActivity
Inherited Members
Constructors
AnimationActivity(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelAnimation.AnimationActivity struct.
public AnimationActivity(KVObject data)
Parameters
data
KVObject
Properties
Activity
Gets or sets the activity identifier.
public int Activity { get; init; }
Property Value
Flags
Gets or sets the activity flags.
public int Flags { get; init; }
Property Value
Name
Gets or sets the name of the activity.
public string Name { get; init; }
Property Value
Weight
Gets or sets the activity weight.
public int Weight { get; init; }