C# Class FlatRedBall.Graphics.Model.Animation.Content.BoneIndexer

Assists in creating palette indices for mesh bones.
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
ContainsBone ( string boneName ) : bool

True if an index has been created for the given bone.

GetBoneIndex ( string boneName ) : byte

Creates an index for a bone if one doesn't exist, and returns the palette index for the given bone.

Method Details

ContainsBone() public méthode

True if an index has been created for the given bone.
public ContainsBone ( string boneName ) : bool
boneName string The name of the bone.
Résultat bool

GetBoneIndex() public méthode

Creates an index for a bone if one doesn't exist, and returns the palette index for the given bone.
public GetBoneIndex ( string boneName ) : byte
boneName string The name of the bone.
Résultat byte