Click or drag to resize
Ab4d.SharpEngine logo

MultiMaterialModelNodeDisposeWithMaterials Method

DisposeWithMaterials disposes this MultiMaterialModelNode and also disposes all the materials that are used by this MultiMaterialModelNode.

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public 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).
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.MultiMaterialModelNode.DisposeWithMaterials(System.Boolean)"]

See Also