C# Class idTech4.Game.Animation.idDeclModel

Inheritance: idTech4.Text.idDecl
Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Свойство Type Description
ChannelNames string[]

Méthodes publiques

Méthode Description
FindJoint ( int index ) : JointInfo
FindJoint ( string name ) : JointInfo
GetAnimation ( int index ) : idAnim
Parse ( string text ) : bool
SetupJoints ( idJointMatrix joints, idBounds &frameBounds, bool removeOriginOffset ) : void
Touch ( ) : void
idDeclModel ( ) : System

Méthodes protégées

Méthode Description
ClearData ( ) : void

Private Methods

Méthode Description
GetJointList ( string jointNames ) : int[]
ParseAnimation ( idLexer lexer, int defaultAnimCount ) : bool

Method Details

ClearData() protected méthode

protected ClearData ( ) : void
Résultat void

FindJoint() public méthode

public FindJoint ( int index ) : JointInfo
index int
Résultat JointInfo

FindJoint() public méthode

public FindJoint ( string name ) : JointInfo
name string
Résultat JointInfo

GetAnimation() public méthode

public GetAnimation ( int index ) : idAnim
index int
Résultat idAnim

Parse() public méthode

public Parse ( string text ) : bool
text string
Résultat bool

SetupJoints() public méthode

public SetupJoints ( idJointMatrix joints, idBounds &frameBounds, bool removeOriginOffset ) : void
joints idTech4.Geometry.idJointMatrix
frameBounds idBounds
removeOriginOffset bool
Résultat void

Touch() public méthode

public Touch ( ) : void
Résultat void

idDeclModel() public méthode

public idDeclModel ( ) : System
Résultat System

Property Details

ChannelNames public_oe property

public string[] ChannelNames
Résultat string[]