C# Класс FlatRedBall.Graphics.Model.Animation.Content.BoneIndexer

Assists in creating palette indices for mesh bones.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ContainsBone() публичный Метод

True if an index has been created for the given bone.
public ContainsBone ( string boneName ) : bool
boneName string The name of the bone.
Результат bool

GetBoneIndex() публичный Метод

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.
Результат byte