|  | 
| LineBaseNodeDisposeWithMaterial Method | 
            DisposeWithMaterial disposes this SceneNode and also disposes the 
Material
            even if the material is created by the user and then used in the constructor of this SceneNode
            (in this case the standard Dispose method does not dispose the materials).
            This also always disposes the mesh, because it for lines the mesh is always created by the SceneNode.
            
 Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntaxpublic void DisposeWithMaterial()
 See Also
See Also