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