Method | Description | |
---|---|---|
Clear ( ) : void |
Clears all vertices, indices, bone tables, materials and strips.
|
|
Load ( |
Loads the file from the specified stream.
|
|
ModelFile ( ) : System.Collections.Generic |
Initializes a new instance of the ModelFile class.
|
|
Reset ( ) : void |
Resets properties to their default values.
|
|
Save ( |
Saves the file to the specified stream.
|
Method | Description | |
---|---|---|
CheckFlag ( VertexFormat flag ) : bool |
Checks the flag against the vertex format.
|
|
SetFlag ( VertexFormat flag, bool enabled ) : void |
Enables the flag on the vertex format.
|
public Load ( |
||
stream | The stream to read from. | |
return | void |
public ModelFile ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Save ( |
||
stream | The stream to save to. | |
return | void |