Struct AnimationFetch
- Assembly
- ValveResourceFormat.dll
Represents an animation fetch that specifies a local cycle pose parameter.
public struct AnimationFetchInherited Members
Constructors
AnimationFetch(KVObject)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelAnimation.AnimationFetch struct.
public AnimationFetch(KVObject fetchKV)Parameters
fetchKVKVObject-
The KeyValues object containing the fetch data.
Properties
LocalCyclePoseParameter
Gets or sets the local cycle pose parameter index.
public int LocalCyclePoseParameter { readonly get; set; }