Click or drag to resize

ScenePhysicsWorldClassCreateConstraintFixed Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ScenePhysicsWorldClassFixedConstraint CreateConstraintFixed(
	Object owner,
	ScenePhysicsWorldClassBody bodyA,
	ScenePhysicsWorldClassBody bodyB,
	bool transformInWorldSpace,
	ref Vector3 positionA,
	ref QuaternionF rotationA,
	ref Vector3 positionB,
	ref QuaternionF rotationB,
	ref Vector3F visualScale
)

Parameters

owner
Type: SystemObject
bodyA
Type: NeoAxisScenePhysicsWorldClassBody
bodyB
Type: NeoAxisScenePhysicsWorldClassBody
transformInWorldSpace
Type: SystemBoolean
positionA
Type: NeoAxisVector3
rotationA
Type: NeoAxisQuaternionF
positionB
Type: NeoAxisVector3
rotationB
Type: NeoAxisQuaternionF
visualScale
Type: NeoAxisVector3F

Return Value

Type: ScenePhysicsWorldClassFixedConstraint
See Also