Click or drag to resize

CircleShapeRayCast Method

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

Parameters

output
Type: Internal.tainicom.Aether.Physics2D.CollisionRayCastOutput
input
Type: Internal.tainicom.Aether.Physics2D.CollisionRayCastInput
transform
Type: Internal.tainicom.Aether.Physics2D.CommonTransform
childIndex
Type: SystemInt32

Return Value

Type: Boolean
See Also