Click or drag to resize

ScenePhysicsWorldClassShapeRayTest(PhysicsRayTestItem, Vector3, QuaternionF, Boolean) Method


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

Parameters

items  PhysicsRayTestItem
 
bodyPosition  Vector3
 
bodyRotation  QuaternionF
 
multithreaded  Boolean
 
See Also