Component
Engine
Properties
BottomCenter : real2
read-only
var BottomCenter : Real2
BottomLeft : real2
read-only
var BottomLeft : Real2
BottomRight : real2
read-only
var BottomRight : Real2
Center : real2
read-only
var Center : Real2
CenterLeft : real2
read-only
var CenterLeft : Real2
CenterRight : real2
read-only
var CenterRight : Real2
LocalBottom : real
var LocalBottom : Real
LocalBottomCenter : real2
read-only
var LocalBottomCenter : Real2
LocalBottomLeft : real2
read-only
var LocalBottomLeft : Real2
LocalBottomRight : real2
read-only
var LocalBottomRight : Real2
LocalCenter : real2
read-only
var LocalCenter : Real2
LocalCenterLeft : real2
read-only
var LocalCenterLeft : Real2
LocalCenterRight : real2
read-only
var LocalCenterRight : Real2
LocalLeft : real
var LocalLeft : Real
LocalRectangle : rectangle
Rectangle representing the area relative to parent.
var LocalRectangle : Rectangle
LocalRight : real
var LocalRight : Real
LocalTop : real
var LocalTop : Real
LocalTopCenter : real2
read-only
var LocalTopCenter : Real2
LocalTopLeft : real2
read-only
var LocalTopLeft : Real2
LocalTopRight : real2
read-only
var LocalTopRight : Real2
Origin : Location
Location of the Origin of the Area.
var Origin : Location
Size : real2
Size of the Area.
var Size : Real2
TopCenter : real2
read-only
var TopCenter : Real2
TopLeft : real2
read-only
var TopLeft : Real2
TopRight : real2
read-only
var TopRight : Real2
WorldBottom : real
var WorldBottom : Real
WorldBottomCenter : real2
read-only
var WorldBottomCenter : Real2
WorldBottomLeft : real2
read-only
var WorldBottomLeft : Real2
WorldBottomRight : real2
read-only
var WorldBottomRight : Real2
WorldCenter : real2
read-only
var WorldCenter : Real2
WorldCenterLeft : real2
read-only
var WorldCenterLeft : Real2
WorldCenterRight : real2
read-only
var WorldCenterRight : Real2
WorldLeft : real
var WorldLeft : Real
WorldRectangle : rectangle
Rectangle representing the area in world space.
var WorldRectangle : Rectangle
WorldRight : real
var WorldRight : Real
WorldTop : real
var WorldTop : Real
WorldTopCenter : real2
read-only
var WorldTopCenter : Real2
WorldTopLeft : real2
read-only
var WorldTopLeft : Real2
WorldTopRight : real2
read-only
var WorldTopRight : Real2
Methods
Area : Void
constructor
Name Type Description function Area()
GetLocalLocation : real2
Name Type Description location Location function GetLocalLocation(location : Location) : Real2
GetWorldLocation : real2
Name Type Description location Location function GetWorldLocation(location : Location) : Real2
LocalOffsetOf : real2
Offset of the given location in local space. |Name|Type|Description| |---|---|---| |location|Location| |
function LocalOffsetOf(location : Location) : Real2
SetLocalLocation : Void
Name Type Description location Location localTranslation real2 function SetLocalLocation(location : Location, localTranslation : Real2)
SetWorldLocation : Void
Name Type Description location Location worldTranslation real2 function SetWorldLocation(location : Location, worldTranslation : Real2)