Table of Contents

Struct AnimationFetch

Namespace
ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly
ValveResourceFormat.dll

Represents an animation fetch that specifies a local cycle pose parameter.

public struct AnimationFetch

Inherited Members

Constructors

AnimationFetch(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelAnimation.AnimationFetch struct.

public AnimationFetch(KVObject fetchKV)

Parameters

fetchKV KVObject

The KeyValues object containing the fetch data.

Properties

LocalCyclePoseParameter

Gets or sets the local cycle pose parameter index.

public int LocalCyclePoseParameter { readonly get; set; }

Property Value

int