Method |
Description |
|
AddModelGroup ( ModelGroup modelGroup ) : void |
Adds a model group to the model object. The model group must be listed in the root object, or it won't be accepted by the model. |
|
AddModelGroup ( Stream modelGroupStream ) : void |
Adds a model group to the model object. The model group must be listed in the root object, or it won't be accepted by the model. |
|
AddModelGroup ( byte inData ) : void |
Adds a model group to the model object. The model group must be listed in the root object, or it won't be accepted by the model. |
|
ContainsGroup ( ModelGroup modelGroup ) : bool |
|
|
Dispose ( ) : void |
Releases all resource used by the Warcraft.WMO.WMO object. Call Dispose when you are finished using the Warcraft.WMO.WMO. The Dispose method leaves the Warcraft.WMO.WMO in an unusable state. After calling Dispose, you must release all references to the Warcraft.WMO.WMO so the garbage collector can reclaim the memory that the Warcraft.WMO.WMO was occupying. |
|
GetMaterial ( byte materialID ) : ModelMaterial |
|
|
GetUsedTextures ( ) : List |
|
|
ResolveInternalGroupName ( ModelGroup modelGroup ) : string |
|
|
WMO ( byte inData ) : System |
|
|