Click or drag to resize

CircleShapeRayCast Method


Namespace: Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public override bool RayCast(
	out RayCastOutput output,
	ref RayCastInput input,
	ref Transform transform,
	int childIndex
)

Parameters

output  RayCastOutput
 
input  RayCastInput
 
transform  Transform
 
childIndex  Int32
 

Return Value

Boolean
See Also