Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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
|
public SkinnedModel ( string modelPath ) : System | ||
modelPath | string | The model path. |
Результат | System |
public SkinnedModel ( string name, string modelPath ) : System | ||
name | string | The name. |
modelPath | string | The model path. |
Результат | System |