C# Class WaveEngine.Components.Graphics3D.SkinnedModel

Inheritance: LoadableModel
显示文件 Open project: WaveEngine/Components

Private Properties

Property Type Description

Public Methods

Method Description
GetIndices ( ) : int[]

The get indices

GetVertices ( ) : System.Vector3[]

Gets the collition info.

SkinnedModel ( ) : System

Initializes a new instance of the SkinnedModel class.

SkinnedModel ( string modelPath ) : System

Initializes a new instance of the SkinnedModel class.

SkinnedModel ( string name, string modelPath ) : System

Initializes a new instance of the SkinnedModel class.

Protected Methods

Method Description
Initialize ( ) : void

Performs further custom initialization for this instance.

LoadModel ( ) : void

Reload the static model

UnloadModel ( ) : void

Reload the static model

Method Details

GetIndices() public method

The get indices
public GetIndices ( ) : int[]
return int[]

GetVertices() public method

Gets the collition info.
public GetVertices ( ) : System.Vector3[]
return System.Vector3[]

Initialize() protected method

Performs further custom initialization for this instance.
protected Initialize ( ) : void
return void

LoadModel() protected method

Reload the static model
protected LoadModel ( ) : void
return void

SkinnedModel() public method

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( ) : System
return System

SkinnedModel() public method

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( string modelPath ) : System
modelPath string The model path.
return System

SkinnedModel() public method

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( string name, string modelPath ) : System
name string The name.
modelPath string The model path.
return System

UnloadModel() protected method

Reload the static model
protected UnloadModel ( ) : void
return void