C# Class Files.Vitaboy.Skeleton

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

Méthodes publiques

Свойство Type Description
BoneCount ushort
Bones List
Name string
RootBone Bone

Méthodes publiques

Méthode Description
Dispose ( ) : void
FindBone ( string BoneName ) : int

Finds the bone in this skeleton with the given name.

Skeleton ( Stream Data ) : System

Méthodes protégées

Méthode Description
Dispose ( bool CleanUpManagedResources ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
Résultat void

FindBone() public méthode

Finds the bone in this skeleton with the given name.
public FindBone ( string BoneName ) : int
BoneName string Name of bone to find.
Résultat int

Skeleton() public méthode

public Skeleton ( Stream Data ) : System
Data Stream
Résultat System

Property Details

BoneCount public_oe property

public ushort BoneCount
Résultat ushort

Bones public_oe property

public List Bones
Résultat List

Name public_oe property

public string Name
Résultat string

RootBone public_oe property

public Bone,Files.Vitaboy RootBone
Résultat Bone