C# Class Files.Vitaboy.Skeleton

Inheritance: IDisposable
Show file Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
BoneCount ushort
Bones List
Name string
RootBone Bone

Public Methods

Method Description
Dispose ( ) : void
FindBone ( string BoneName ) : int

Finds the bone in this skeleton with the given name.

Skeleton ( Stream Data ) : System

Protected Methods

Method Description
Dispose ( bool CleanUpManagedResources ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
return void

FindBone() public method

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

Skeleton() public method

public Skeleton ( Stream Data ) : System
Data Stream
return System

Property Details

BoneCount public property

public ushort BoneCount
return ushort

Bones public property

public List Bones
return List

Name public property

public string Name
return string

RootBone public property

public Bone,Files.Vitaboy RootBone
return Bone