Click or drag to resize

DistanceProxy Constructor

Initialize the proxy using the given shape. The shape must remain in scope while the proxy is in use.

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DistanceProxy(
	Shape shape,
	int index
)

Parameters

shape  Shape
The shape.
index  Int32
The index.
See Also