|
Drag[en]gine Script Module DragonScript 1.32.1
|
Billboard. More...
Public Member Functions | |
Constructors | |
| Billboard | new () |
| Create billboard. | |
Management | |
| DVector | getPosition () |
| Position. | |
| void | setPosition (DVector position) |
| Set position. | |
| Vector | getAxis () |
| Axis. | |
| void | setAxis (Vector axis) |
| Set axis. | |
| Vector2 | getSize () |
| Size. | |
| void | setSize (Vector2 size) |
| Set size. | |
| Vector2 | getOffset () |
| Offset. | |
| void | setOffset (Vector2 offset) |
| Set offset. | |
| Skin | getSkin () |
| Skin. | |
| void | setSkin (Skin skin) |
| Set skin. | |
| DynamicSkin | getDynamicSkin () |
| Dynamic skin. | |
| void | setDynamicSkin (DynamicSkin dynamicSkin) |
| Set dynamic skin. | |
| bool | getLocked () |
| Billboard is locked. | |
| void | setLocked (bool locked) |
| Set billboard is locked. | |
| bool | getSpherical () |
| Billboard is spherical. | |
| void | setSpherical (bool spherical) |
| Set if billboard is spherical. | |
| bool | getSizeFixedToScreen () |
| Billboard size is fixed to the screen size. | |
| void | setSizeFixedToScreen (bool sizeFixedToScreen) |
| Set if billboard size is fixed to the screen size. | |
| bool | getVisible () |
| Billboard is visible. | |
| void | setVisible (bool visible) |
| Set if billboard is visible. | |
| LayerMask | getLayerMask () |
| layer mask. | |
| void | setLayerMask (LayerMask layerMask) |
| Set layer mask. | |
| World | getParentWorld () |
| Parent world or null if not added to a world. | |
Billboard.
This is a native class.
| Vector Dragengine.Scenery.Billboard.getAxis | ( | ) |
Axis.
| DynamicSkin Dragengine.Scenery.Billboard.getDynamicSkin | ( | ) |
Dynamic skin.
| LayerMask Dragengine.Scenery.Billboard.getLayerMask | ( | ) |
layer mask.
| bool Dragengine.Scenery.Billboard.getLocked | ( | ) |
Billboard is locked.
| Vector2 Dragengine.Scenery.Billboard.getOffset | ( | ) |
Offset.
| World Dragengine.Scenery.Billboard.getParentWorld | ( | ) |
Parent world or null if not added to a world.
| DVector Dragengine.Scenery.Billboard.getPosition | ( | ) |
Position.
| Vector2 Dragengine.Scenery.Billboard.getSize | ( | ) |
Size.
| bool Dragengine.Scenery.Billboard.getSizeFixedToScreen | ( | ) |
Billboard size is fixed to the screen size.
| Skin Dragengine.Scenery.Billboard.getSkin | ( | ) |
Skin.
| bool Dragengine.Scenery.Billboard.getSpherical | ( | ) |
Billboard is spherical.
| bool Dragengine.Scenery.Billboard.getVisible | ( | ) |
Billboard is visible.
| Billboard Dragengine.Scenery.Billboard.new | ( | ) |
Create billboard.
| void Dragengine.Scenery.Billboard.setAxis | ( | Vector | axis | ) |
Set axis.
| void Dragengine.Scenery.Billboard.setDynamicSkin | ( | DynamicSkin | dynamicSkin | ) |
Set dynamic skin.
| void Dragengine.Scenery.Billboard.setLayerMask | ( | LayerMask | layerMask | ) |
Set layer mask.
| void Dragengine.Scenery.Billboard.setLocked | ( | bool | locked | ) |
Set billboard is locked.
| void Dragengine.Scenery.Billboard.setOffset | ( | Vector2 | offset | ) |
Set offset.
| void Dragengine.Scenery.Billboard.setPosition | ( | DVector | position | ) |
Set position.
| void Dragengine.Scenery.Billboard.setSize | ( | Vector2 | size | ) |
Set size.
| void Dragengine.Scenery.Billboard.setSizeFixedToScreen | ( | bool | sizeFixedToScreen | ) |
Set if billboard size is fixed to the screen size.
| void Dragengine.Scenery.Billboard.setSkin | ( | Skin | skin | ) |
Set skin.
| void Dragengine.Scenery.Billboard.setSpherical | ( | bool | spherical | ) |
Set if billboard is spherical.
| void Dragengine.Scenery.Billboard.setVisible | ( | bool | visible | ) |
Set if billboard is visible.