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.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic DistanceProxy(
Shape shape,
int index
)
Parameters
- shape Shape
- The shape.
- index Int32
- The index.
See Also