Click or drag to resize

Transform Constructor (Vector2, Single)

Initialize using a position vector and a rotation.

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Transform(
	Vector2 position,
	float angle
)

Parameters

position
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
The position.
angle
Type: SystemSingle
The rotation angle
See Also