Click or drag to resize

ScenePhysicsWorldClassCreateRigidBodyStatic Method (ScenePhysicsWorldClassShape, Boolean, Object, Vector3, QuaternionF)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ScenePhysicsWorldClassBody CreateRigidBodyStatic(
	ScenePhysicsWorldClassShape shape,
	bool shapeAutoDestroy,
	Object owner,
	ref Vector3 position,
	ref QuaternionF rotation
)

Parameters

shape
Type: NeoAxisScenePhysicsWorldClassShape
shapeAutoDestroy
Type: SystemBoolean
owner
Type: SystemObject
position
Type: NeoAxisVector3
rotation
Type: NeoAxisQuaternionF

Return Value

Type: ScenePhysicsWorldClassBody
See Also