Click or drag to resize

DynamicTreeTShiftOrigin Method

Shift the origin of the nodes

Namespace:  Internal.tainicom.Aether.Physics2D.Collision
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ShiftOrigin(
	Vector2 newOrigin
)

Parameters

newOrigin
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The displacement to use.
See Also