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