PhysicsEngineRemoveVisual Method |
Removes the physics body from the specified visual and then destroys the removed physics
body.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void RemoveVisual(
Visual visual
)
Parameters
- visual Visual
- The visual for whose physics body should be removed and destroyed.
See Also