Raycast against this AABB using the specificed points and maxfraction (found in input)
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
BooleanTrue if the ray intersects the AABB
See Also