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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool RayCast(
	out RayCastOutput output,
	ref RayCastInput input,
	bool doInteriorCheck = true
)

Parameters

output
Type: Internal.tainicom.Aether.Physics2D.CollisionRayCastOutput
The results of the raycast.
input
Type: Internal.tainicom.Aether.Physics2D.CollisionRayCastInput
The parameters for the raycast.
doInteriorCheck (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
True if the ray intersects the AABB
See Also