Drag[en]gine Script Module DragonScript 1.23
|
Non-interactive prop for InteractiveMainMenu. More...
Public Member Functions | |
ElementClass | duplicateNamed (String name) |
Create IMMPropClass with different name. | |
ECBehaviorCollider | getCollider () |
Collider behavior. | |
ECBehaviorComponent | getComponent () |
Component behavior. | |
InteractiveMainMenu | getMainMenu () |
Main menu. | |
ECBehaviorTwoStateAnimated | getTwoStateAnimated () |
Two-State animated behavior. | |
IMMPropClass | new (InteractiveMainMenu mainMenu) |
Create element class. | |
IMMPropClass | new (InteractiveMainMenu mainMenu, String name) |
Create element class. | |
Protected Member Functions | |
Element | createElement () |
Create element instance. | |
Non-interactive prop for InteractiveMainMenu.
Shows a simple element with optional animator. If animator is used it can have up to one controller. If present the controller has to be non-clamped and is incremented by the elapsed time to provide a continous idle animation.
|
protected |
Create element instance.
Reimplemented in Dragengine.Gui.MainMenus.Interactive.IMMHotSpotClass.
ElementClass Dragengine.Gui.MainMenus.Interactive.IMMPropClass.duplicateNamed | ( | String | name | ) |
Create IMMPropClass with different name.
Reimplemented in Dragengine.Gui.MainMenus.Interactive.IMMHotSpotClass.
ECBehaviorCollider Dragengine.Gui.MainMenus.Interactive.IMMPropClass.getCollider | ( | ) |
Collider behavior.
ECBehaviorComponent Dragengine.Gui.MainMenus.Interactive.IMMPropClass.getComponent | ( | ) |
Component behavior.
InteractiveMainMenu Dragengine.Gui.MainMenus.Interactive.IMMPropClass.getMainMenu | ( | ) |
Main menu.
ECBehaviorTwoStateAnimated Dragengine.Gui.MainMenus.Interactive.IMMPropClass.getTwoStateAnimated | ( | ) |
Two-State animated behavior.
IMMPropClass Dragengine.Gui.MainMenus.Interactive.IMMPropClass.new | ( | InteractiveMainMenu | mainMenu | ) |
Create element class.
Reimplemented in Dragengine.Gui.MainMenus.Interactive.IMMHotSpotClass.
IMMPropClass Dragengine.Gui.MainMenus.Interactive.IMMPropClass.new | ( | InteractiveMainMenu | mainMenu, |
String | name | ||
) |
Create element class.
Reimplemented in Dragengine.Gui.MainMenus.Interactive.IMMHotSpotClass.