|
Drag[en]gine Script Module DragonScript 1.32.1
|
Camera spot for InteractiveMainMenu. More...
Public Member Functions | |
| String | getName () |
| Unique name of spot. | |
| void | init (StubElement stub) |
| Initialize element from stub. | |
| IMMCameraSpot | new (IMMCameraSpotClass eclass) |
| Create element. | |
| void | visit (ElementVisitor visitor) |
| Visit element. | |
Protected Member Functions | |
| void | setName (String name) |
| Set unique name of spot. | |
Camera spot for InteractiveMainMenu.
Defines the camera position and orientation to focus on a hot-spot. Camera spots are identified using a unique name. Each hot-spot can defines the camera spot to use when the hot spot is active.
| String Dragengine.Gui.MainMenus.Interactive.IMMCameraSpot.getName | ( | ) |
Unique name of spot.
| void Dragengine.Gui.MainMenus.Interactive.IMMCameraSpot.init | ( | StubElement | stub | ) |
Initialize element from stub.
| IMMCameraSpot Dragengine.Gui.MainMenus.Interactive.IMMCameraSpot.new | ( | IMMCameraSpotClass | eclass | ) |
Create element.
|
protected |
Set unique name of spot.
| void Dragengine.Gui.MainMenus.Interactive.IMMCameraSpot.visit | ( | ElementVisitor | visitor | ) |
Visit element.