Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Model ( IDisposableResource parent, |
||
Model ( IDisposableResource parent, string filename, string contentDirectory, Type>.Dictionary |
||
Render ( ) : void | ||
Save ( Stream stream, bool compress, |
||
Save ( string filename, bool compress, |
||
UpdateLoad ( ) : bool |
Method | Description | |
---|---|---|
bindTypes ( MaterialI material, IDictionary values, List |
||
handleFoundTextureBinder ( MaterialI material, |
||
handleFoundValueBinder ( MaterialI material, |
||
init ( string filename, Stream stream, string contentDirectory, Type>.Dictionary |
public Model ( IDisposableResource parent, |
||
parent | IDisposableResource | |
softwareModel | ||
loadColors | bool | |
loadUVs | bool | |
loadNormals | bool | |
contentDirectory | string | |
materialTypes | Type>.Dictionary | |
value1BinderTypes | List |
|
value2BinderTypes | List |
|
value3BinderTypes | List |
|
value4BinderTypes | List |
|
textureBinderTypes | List |
|
fileExtOverrides | string>.Dictionary | |
classicInstanceCount | int | |
loadedCallback | ||
return | Reign.Core |
public Model ( IDisposableResource parent, string filename, string contentDirectory, Type>.Dictionary |
||
parent | IDisposableResource | |
filename | string | |
contentDirectory | string | |
materialTypes | Type>.Dictionary | |
value1BinderTypes | List |
|
value2BinderTypes | List |
|
value3BinderTypes | List |
|
value4BinderTypes | List |
|
textureBinderTypes | List |
|
fileExtOverrides | string>.Dictionary | |
classicInstanceCount | int | |
loadedCallback | ||
return | Reign.Core |
public static Save ( Stream stream, bool compress, |
||
stream | Stream | |
compress | bool | |
softwareModel | ||
loadColors | bool | |
loadUVs | bool | |
loadNormals | bool | |
return | void |
public static Save ( string filename, bool compress, |
||
filename | string | |
compress | bool | |
softwareModel | ||
loadColors | bool | |
loadUVs | bool | |
loadNormals | bool | |
return | void |