Click or drag to resize

ScenePhysicsWorldClassShapeRayTest Method (PhysicsRayTestItem, Vector3, QuaternionF)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void RayTest(
	PhysicsRayTestItem item,
	ref Vector3 bodyPosition,
	ref QuaternionF bodyRotation
)

Parameters

item
Type: NeoAxisPhysicsRayTestItem
bodyPosition
Type: NeoAxisVector3
bodyRotation
Type: NeoAxisQuaternionF
See Also