Engine
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Contains | Bottom | ||
Expand | BottomLeft | ||
GetCardinalLocation | BottomRight | ||
GetLocation | Center | ||
Overlap | Left | ||
Overlaps | Max | ||
RemoveThickness | Min | ||
ResizeToPoint | Right | ||
SetLocation | Size | ||
Transform | Top | ||
Transformed | TopLeft | ||
TopRight |
Properties
Bottom : real
var Bottom : Real
BottomLeft : real2
var BottomLeft : Real2
BottomRight : real2
var BottomRight : Real2
Center : real2
var Center : Real2
Left : real
var Left : Real
Max : real2
var Max : Real2
Min : real2
var Min : Real2
Right : real
var Right : Real
Size : real2
read-only
var Size : Real2
Top : real
var Top : Real
TopLeft : real2
var TopLeft : Real2
TopRight : real2
var TopRight : Real2
Methods
Contains : boolean
Name Type Description p0 real2 function Contains(p0 : Real2) : Boolean
Contains : boolean
Name Type Description p0 rectangle function Contains(p0 : Rectangle) : Boolean
Expand : Void
Name Type Description p0 real2 function Expand(p0 : Real2)
GetCardinalLocation : real
Name Type Description p0 Location function GetCardinalLocation(p0 : Location) : Real
GetLocation : real2
Name Type Description p0 Location function GetLocation(p0 : Location) : Real2
Overlap : boolean
Name Type Description p0 rectangle function Overlap(p0 : Rectangle) : Boolean
Overlaps : boolean
Name Type Description p0 rectangle function Overlaps(p0 : Rectangle) : Boolean
RemoveThickness : Void
Name Type Description p0 thickness function RemoveThickness(p0 : Thickness)
ResizeToPoint : Void
Name Type Description p0 Location p1 real function ResizeToPoint(p0 : Location, p1 : Real)
ResizeToPoint : Void
Name Type Description p0 Location p1 real2 function ResizeToPoint(p0 : Location, p1 : Real2)
ResizeToPoint : Void
Name Type Description p0 Location p1 real2 p2 real2 function ResizeToPoint(p0 : Location, p1 : Real2, p2 : Real2)
SetLocation : Void
Name Type Description p0 Location p1 real function SetLocation(p0 : Location, p1 : Real)
SetLocation : Void
Name Type Description p0 Location p1 real2 function SetLocation(p0 : Location, p1 : Real2)
Transform : Void
Name Type Description p0 real2x2 function Transform(p0 : Real2x2)
Transform : Void
Name Type Description p0 real3x3 function Transform(p0 : Real3x3)
Transform : Void
Name Type Description p0 real4x4 function Transform(p0 : Real4x4)
Transformed : rectangle
Name Type Description p0 real2x2 function Transformed(p0 : Real2x2) : Rectangle
Transformed : rectangle
Name Type Description p0 real3x3 function Transformed(p0 : Real3x3) : Rectangle
Transformed : rectangle
Name Type Description p0 real4x4 function Transformed(p0 : Real4x4) : Rectangle