 |
MultiMaterialModelNodeDisposeWithMaterials Method |
DisposeWithMaterials disposes this MultiMaterialModelNode and also disposes all the materials that are used by this MultiMaterialModelNode.
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic void DisposeWithMaterials(
bool disposeTexture = true
)
Parameters
- disposeTexture Boolean (Optional)
- when true (by default) and when the material defines a texture (GpuImage), then it is also disposed (if it is not cached by the Scene).
See Also