Click or drag to resize

ElementModelPosition Property

Positions the element on its parent element's surface.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 Position { get; set; }

Property Value

Type: Vector2
Remarks

The Position property determines the element's coordinates on the X-Z plane on its parent element.

The Y coordinate cannot be set as it is automatically determined by the parent object's position (from the GameObject size and height).

See Also