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: 15.0.2.11458
Syntax
C#
public PhysicsStaticBody CreateStaticBody(
	PhysicsStaticBodyProperties properties
)

Parameters

properties
Type: Demo3D.VisualsPhysicsStaticBodyProperties
The properties for the static body.

Return Value

Type: PhysicsStaticBody
The static body that was created.
See Also