PhysicsEngineCreateStaticBody Method |
Creates a static body in the physics world.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic PhysicsStaticBody CreateStaticBody(
PhysicsStaticBodyProperties properties
)
Parameters
- properties PhysicsStaticBodyProperties
- The properties for the static body.
Return Value
PhysicsStaticBodyThe static body that was created.
See Also