C# Class Files.Vitaboy.Bone

Mostrar archivo Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Bone ( FileReader Reader, int Index ) : System.Collections.Generic

Method Details

Bone() public method

public Bone ( FileReader Reader, int Index ) : System.Collections.Generic
Reader FileReader
Index int
return System.Collections.Generic

Property Details

AbsoluteMatrix public_oe property

public Matrix,Microsoft.Xna.Framework AbsoluteMatrix
return Microsoft.Xna.Framework.Matrix

AbsolutePosition public_oe property

public Vector3,Microsoft.Xna.Framework AbsolutePosition
return Microsoft.Xna.Framework.Vector3

BoneIndex public_oe property

Index of this bone in a skeleton's list of bones.
public int BoneIndex
return int

CanTranslate public_oe property

public bool CanTranslate
return bool

Children public_oe property

public Bone[],Files.Vitaboy Children
return Files.Vitaboy.Bone[]

HasPropertyList public_oe property

public bool HasPropertyList
return bool

Name public_oe property

public string Name
return string

ParentName public_oe property

public string ParentName
return string

PropertyList public_oe property

public List PropertyList
return List

Rotation public_oe property

public Quaternion,Microsoft.Xna.Framework Rotation
return Microsoft.Xna.Framework.Quaternion

Translation public_oe property

public Vector3,Microsoft.Xna.Framework Translation
return Microsoft.Xna.Framework.Vector3