Struct AnimationFetch ​
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Represents an animation fetch that specifies a local cycle pose parameter.
csharp
public struct AnimationFetchConstructors ​
AnimationFetch(KVObject) ​
Initializes a new instance of the struct.
csharp
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.
csharp
public int LocalCyclePoseParameter { readonly get; set; }
