Click or drag to resize

CollisionShape_ConeCreateShape Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected override void CreateShape(
	Scene scene,
	IntPtr nativeShape,
	ref Vector3F position,
	ref QuaternionF rotation,
	ref Vector3F localScaling,
	ref ScenePhysicsWorldClassShapeCollisionShapeData collisionShapeData
)

Parameters

scene
Type: NeoAxisScene
nativeShape
Type: SystemIntPtr
position
Type: NeoAxisVector3F
rotation
Type: NeoAxisQuaternionF
localScaling
Type: NeoAxisVector3F
collisionShapeData
Type: NeoAxisScenePhysicsWorldClassShapeCollisionShapeData
See Also