Table of Contents

Class AnimationFrameBlock

Namespace
ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly
ValveResourceFormat.dll

Represents a block of frames in an animation with associated segment data.

public class AnimationFrameBlock

Inheritance

Inherited Members

Constructors

AnimationFrameBlock(KVObject)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelAnimation.AnimationFrameBlock class.

public AnimationFrameBlock(KVObject frameBlock)

Parameters

frameBlock KVObject

Properties

EndFrame

Gets the ending frame index of this block.

public int EndFrame { get; }

Property Value

int

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; }

Property Value

int