Метод | Описание | |
---|---|---|
Draw ( System.TimeSpan gameTime ) : void |
Draws the model.
|
|
ModelRenderer ( ) : System |
Initializes a new instance of the ModelRenderer class.
|
|
ModelRenderer ( string name ) : System |
Initializes a new instance of the ModelRenderer class.
|
|
TryGetBoneWorldTransform ( string boneName, System.Matrix &transform ) : bool |
Tries to get the world transform of a given bone.
|
Метод | Описание | |
---|---|---|
DefaultValues ( ) : void |
Sets the default values
|
|
DeleteDependencies ( ) : void |
Deletes the dependencies.
|
|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Initialize ( ) : void |
Initialize model renderer
|
|
ResolveDependencies ( ) : void |
Resolves the dependencies.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Draw ( System.TimeSpan gameTime ) : void | ||
gameTime | System.TimeSpan | The elapsed game time. |
Результат | void |
public ModelRenderer ( string name ) : System | ||
name | string | Name of this instance. |
Результат | System |
public TryGetBoneWorldTransform ( string boneName, System.Matrix &transform ) : bool | ||
boneName | string | Name of the bone. |
transform | System.Matrix | The transform of the bone. |
Результат | bool |