![]() |
FirstModulAR 0.1.0
|
Additional Inherited Members | |
Public Member Functions inherited from FMAR.UI.Widgets.WidgetContainer | |
| virtual WidgetContainer | Init (Widget widget, Vector2 size, bool disableCollidersOverride=false, float scaleFactor=-1, bool disableInitEvent=false) |
| Initializes the widget container. | |
| void | UpdateSize (Vector2 size) |
| Sets the size of the widget container. | |
| virtual void | DetachWidget () |
| Detaches the widget from the widget container. | |
| void | ToggleLockedState () |
| Toggles the locked state of the widget container, which determines if the widget can be removed or added. | |
| bool | TryMove () |
| Tries to move the widget. | |
Protected Member Functions inherited from FMAR.UI.Widgets.WidgetContainer | |
| virtual void | Awake () |
| void | CreateBorder () |
| virtual void | Update () |
Protected Attributes inherited from FMAR.UI.Widgets.WidgetContainer | |
| Widget | widget |
| Vector2 | size = Vector2.one |
| Material | borderMaterial |
| LineRenderer | border |
| bool | locked |
Properties inherited from FMAR.UI.Widgets.WidgetContainer | |
| Widget | Widget [get] |
| Vector2 | Size [get] |
| float | ScaleFactor [get] |
| LineRenderer | Border [get] |
| bool | HoverLeft [get] |
| bool | HoverRight [get] |
| bool | Hover [get] |
| bool | Locked [get] |
Events inherited from FMAR.UI.Widgets.WidgetContainer | |
| static Action< WidgetContainer > | OnInit |