Layout
Addon SDK v1 retirement
The Layout
class represents a layout in the runtime.
Methods
- GetRuntime()
- Return the Runtime for this layout.
- GetName()
- Return a string of the name of the layout.
- SetScrollX(x)
- SetScrollY(y)
- GetScrollX()
- GetScrollY()
- Set and get the scroll position in layout co-ordinates.
- SetScale(s)
- GetScale()
- Set and get the layout scale as a multiplier. Note that the layout scale affects all layers.
- SetAngle(a)
- GetAngle()
- Set and get the layout angle in radians. Note that the layout angle affects all layers. Use
C3.toDegrees()
and C3.toRadians()
to convert from degrees to radians.
- GetWidth()
- GetHeight()
- Get the size of the layout.
- GetLayerCount()
- Return the number of Layers on this layout.
- GetLayer(p)
- GetLayerByIndex(i)
- GetLayerByName(name)
- Get a Layer on the layout either by its zero-based index or a case-insensitive string of its name. The
GetLayer()
method accepts either an index or a name.
Addon SDK Manual
Construct.net
2018-05-16
2024-05-20
You are here:
Search this manual:
This manual entry was last updated on 20 May, 2024 at 15:16