Click or drag to resize

AABBRayCast Method

Raycast against this AABB using the specificed points and maxfraction (found in input)

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool RayCast(
	out RayCastOutput output,
	ref RayCastInput input,
	bool doInteriorCheck = true
)

Parameters

output  RayCastOutput
The results of the raycast.
input  RayCastInput
The parameters for the raycast.
doInteriorCheck  Boolean  (Optional)
 

Return Value

Boolean
True if the ray intersects the AABB
See Also