C# 클래스 FlatRedBall.Graphics.Model.Animation.Content.BoneIndexer

Assists in creating palette indices for mesh bones.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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