![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IPlane interface.
Set the width and height of the plane.
SetSize(Number sizeX, Number sizeY)
sizeX | The width of the plane. |
sizeY | The height of the plane. |
Get the width of the plane.
Number GetSizeX()
Get the height of the plane.
Number GetSizeY()
Set the horizontal and vertical offset of the plane
SetOffset(Number offsetX, Number offsetY)
offsetX | The horizontal offset. |
offsetY | The vertical offset. |
Get the horizontal offset of the plane.
Number GetOffsetX()
Get the vertical offset of the plane.
Number GetOffsetY()