C# Class Files.Vitaboy.Bone

Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
AbsoluteMatrix Microsoft.Xna.Framework.Matrix
AbsolutePosition Microsoft.Xna.Framework.Vector3
BoneIndex int
CanTranslate bool
Children Files.Vitaboy.Bone[]
HasPropertyList bool
Name string
ParentName string
PropertyList List
Rotation Microsoft.Xna.Framework.Quaternion
Translation Microsoft.Xna.Framework.Vector3

Méthodes publiques

Méthode Description
Bone ( FileReader Reader, int Index ) : System.Collections.Generic

Method Details

Bone() public méthode

public Bone ( FileReader Reader, int Index ) : System.Collections.Generic
Reader FileReader
Index int
Résultat System.Collections.Generic

Property Details

AbsoluteMatrix public_oe property

public Matrix,Microsoft.Xna.Framework AbsoluteMatrix
Résultat Microsoft.Xna.Framework.Matrix

AbsolutePosition public_oe property

public Vector3,Microsoft.Xna.Framework AbsolutePosition
Résultat Microsoft.Xna.Framework.Vector3

BoneIndex public_oe property

Index of this bone in a skeleton's list of bones.
public int BoneIndex
Résultat int

CanTranslate public_oe property

public bool CanTranslate
Résultat bool

Children public_oe property

public Bone[],Files.Vitaboy Children
Résultat Files.Vitaboy.Bone[]

HasPropertyList public_oe property

public bool HasPropertyList
Résultat bool

Name public_oe property

public string Name
Résultat string

ParentName public_oe property

public string ParentName
Résultat string

PropertyList public_oe property

public List PropertyList
Résultat List

Rotation public_oe property

public Quaternion,Microsoft.Xna.Framework Rotation
Résultat Microsoft.Xna.Framework.Quaternion

Translation public_oe property

public Vector3,Microsoft.Xna.Framework Translation
Résultat Microsoft.Xna.Framework.Vector3