Table of Contents

Struct AnimationActivity

Namespace
ValveResourceFormat.ResourceTypes.ModelAnimation
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

int

Flags

Gets or sets the activity flags.

public int Flags { get; init; }

Property Value

int

Name

Gets or sets the name of the activity.

public string Name { get; init; }

Property Value

string

Weight

Gets or sets the activity weight.

public int Weight { get; init; }

Property Value

int