Click or drag to resize

PhysicsEngineCreateStaticBody Method

Creates a static body in the physics world.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public PhysicsStaticBody CreateStaticBody(
	PhysicsStaticBodyProperties properties
)

Parameters

properties  PhysicsStaticBodyProperties
The properties for the static body.

Return Value

PhysicsStaticBody
The static body that was created.
See Also