Click or drag to resize

ScenePhysicsWorldClassShapeRayTest Method (PhysicsRayTestItem, Vector3, QuaternionF, Boolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void RayTest(
	PhysicsRayTestItem[] items,
	Vector3 bodyPosition,
	QuaternionF bodyRotation,
	bool multithreaded
)

Parameters

items
Type: NeoAxisPhysicsRayTestItem
bodyPosition
Type: NeoAxisVector3
bodyRotation
Type: NeoAxisQuaternionF
multithreaded
Type: SystemBoolean
See Also