Cast a ray against this Shape.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool RayCast(
out RayCastOutput output,
ref RayCastInput input,
int childIndex
)
Parameters
- output RayCastOutput
- The ray-cast results.
- input RayCastInput
- The ray-cast input parameters.
- childIndex Int32
- Index of the child.
Return Value
Boolean
See Also