Inherits AZ::ComponentBus.
|
virtual bool | GetIsVisible ()=0 |
| Test if this entity should be visible in the Ui Canvas Editor.
|
|
virtual void | SetIsVisible (bool isVisible)=0 |
| Set whether this entity should be visible in the Ui Canvas Editor.
|
|
virtual bool | GetIsSelectable ()=0 |
| Test if this entity is selectable in the UI Canvas Editor.
|
|
virtual void | SetIsSelectable (bool isSelectable)=0 |
| Set whether this entity is selectable in the UI Canvas Editor.
|
|
virtual bool | GetIsSelected ()=0 |
| Test if this entity is currently selected in the UI Canvas Editor.
|
|
virtual void | SetIsSelected (bool isSelected)=0 |
| Set whether this entity is currently selected in the UI Canvas Editor.
|
|
virtual bool | GetIsExpanded ()=0 |
| Test if this entity is currently expanded in the UI Canvas Editor.
|
|
virtual void | SetIsExpanded (bool isExpanded)=0 |
| Set whether this entity is currently expanded in the UI Canvas Editor.
|
|
virtual bool | AreAllAncestorsVisible ()=0 |
| Test if all the parents of this UI element are visible in the editor.
|
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
| Only one component on a entity can implement the events.
|
|
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiEditorBus.h