Class AnimationDataChannel
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Represents a data channel in an animation, mapping bones or flex controllers to animation elements.
csharp
public class AnimationDataChannelInheritance
Constructors
AnimationDataChannel(Skeleton, FlexController[], KVObject)
Initializes a new instance of the class.
csharp
public AnimationDataChannel(Skeleton skeleton, FlexController[] flexControllers, KVObject dataChannel)Parameters
skeleton Skeleton
flexControllers FlexController[]
dataChannel KVObject
Properties
Attribute
Gets the attribute type of this channel.
csharp
public AnimationChannelAttribute Attribute { get; }Property Value
RemapTable
Gets the remap table that maps bone or flex controller IDs to element indices.
csharp
public int[] RemapTable { get; }Property Value
int[]

