Method GetCodeBookAt
GetCodeBookAt(TimeIndex)
Returns a codebook index for a time index.
Declaration
public Binary.CodeBookIndex GetCodeBookAt(TimeIndex timeIndex)
Parameters
Type | Name | Description |
---|---|---|
TimeIndex | timeIndex | The time index for which the codebook index should be retrieved. |
Returns
Type | Description |
---|---|
Binary.CodeBookIndex | Codebook index that corresponds to the time index passed as argument. |
Remarks
Tags define whether or not pose and trajectory fragments should be created for the animation frames they span. Given a time index this method performs a lookup to determine which codebook this time belongs to. This in turn gives access to the fragments that correspond to the time index.