Click or drag to resize

PhysicsEngineCreateStaticBodyProperties Method

Creates an empty container of properties that is used to instantiate a static body.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public PhysicsStaticBodyProperties CreateStaticBodyProperties()

Return Value

Type: PhysicsStaticBodyProperties
The created static body properties container.
See Also