C# Класс WaveEngine.Components.Graphics3D.SkinnedModel

Наследование: LoadableModel
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Initialize ( ) : void

Performs further custom initialization for this instance.

LoadModel ( ) : void

Reload the static model

UnloadModel ( ) : void

Reload the static model

Описание методов

GetIndices() публичный Метод

The get indices
public GetIndices ( ) : int[]
Результат int[]

GetVertices() публичный Метод

Gets the collition info.
public GetVertices ( ) : System.Vector3[]
Результат System.Vector3[]

Initialize() защищенный Метод

Performs further custom initialization for this instance.
protected Initialize ( ) : void
Результат void

LoadModel() защищенный Метод

Reload the static model
protected LoadModel ( ) : void
Результат void

SkinnedModel() публичный Метод

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( ) : System
Результат System

SkinnedModel() публичный Метод

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( string modelPath ) : System
modelPath string The model path.
Результат System

SkinnedModel() публичный Метод

Initializes a new instance of the SkinnedModel class.
public SkinnedModel ( string name, string modelPath ) : System
name string The name.
modelPath string The model path.
Результат System

UnloadModel() защищенный Метод

Reload the static model
protected UnloadModel ( ) : void
Результат void