-
Notifications
You must be signed in to change notification settings - Fork 366
M_Aurora_Settings_FreeFormObject__ctor_1
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Creates an instance of the FreeFormObject with specified parameters.
Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public FreeFormObject(
float x,
float y,
float width = 30f,
float height = 30f,
float angle = 0f
)
- x
- Type: System.Single
The X coordinate - y
- Type: System.Single
The Y coordinate - width (Optional)
- Type: System.Single
The Width - height (Optional)
- Type: System.Single
The Height - angle (Optional)
- Type: System.Single
The rotation angle
FreeFormObject Class
FreeFormObject Overload
Aurora.Settings Namespace