Click or drag to resize

FixtureRayCast Method

Cast a ray against this Shape.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics
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,
	int childIndex
)

Parameters

output
Type: Internal.tainicom.Aether.Physics2D.CollisionRayCastOutput
The ray-cast results.
input
Type: Internal.tainicom.Aether.Physics2D.CollisionRayCastInput
The ray-cast input parameters.
childIndex
Type: SystemInt32
Index of the child.

Return Value

Type: Boolean
See Also