Class AnimationFrameBlock
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Represents a block of frames in an animation with associated segment data.
csharp
public class AnimationFrameBlockInheritance
Constructors
AnimationFrameBlock(KVObject)
Initializes a new instance of the class.
csharp
public AnimationFrameBlock(KVObject frameBlock)Parameters
frameBlock KVObject
Properties
EndFrame
Gets the ending frame index of this block.
csharp
public int EndFrame { get; }Property Value
SegmentIndexArray
Gets the array of segment indices for this frame block.
csharp
public long[] SegmentIndexArray { get; }Property Value
long[]
StartFrame
Gets the starting frame index of this block.
csharp
public int StartFrame { get; }
