PhysicsGroupDispose Method (Boolean) | 
 Releases the unmanaged resources used by the 
PhysicsGroup and optionally releases the managed resources
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxprotected virtual void Dispose(
	bool disposing
)
Parameters
- disposing
 - Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources 
See Also