C# Class WaveEngine.Components.Graphics3D.SkinnedModel

Inheritance: LoadableModel
Afficher le fichier Open project: WaveEngine/Components

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

The get indices
public GetIndices ( ) : int[]
Résultat int[]

GetVertices() public méthode

Gets the collition info.
public GetVertices ( ) : System.Vector3[]
Résultat System.Vector3[]

Initialize() protected méthode

Performs further custom initialization for this instance.
protected Initialize ( ) : void
Résultat void

LoadModel() protected méthode

Reload the static model
protected LoadModel ( ) : void
Résultat void

SkinnedModel() public méthode

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( ) : System
Résultat System

SkinnedModel() public méthode

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

SkinnedModel() public méthode

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

UnloadModel() protected méthode

Reload the static model
protected UnloadModel ( ) : void
Résultat void