Beamable SDK
Classes | Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Beamable.Editor.UI.Components.LabeledCheckboxVisualElement Class Reference
Inheritance diagram for Beamable.Editor.UI.Components.LabeledCheckboxVisualElement:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Editor.UI.Components.LabeledCheckboxVisualElement:
Collaboration graph
[legend]

Classes

class  UxmlFactory
 
class  UxmlTraits
 

Public Member Functions

 LabeledCheckboxVisualElement (string labelText="", bool isFlipped=false, bool isIconFlipped=false)
 
override void Refresh ()
 
void SetWithoutNotify (bool val)
 
void SetText (string val)
 
void SetFlipState (bool val)
 
void DisableIcon ()
 
void DisableLabel ()
 
- Public Member Functions inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
void Refresh (IDependencyProvider provider)
 
virtual void Init ()
 
void Destroy ()
 

Public Attributes

Action< bool > OnValueChanged
 
- Public Attributes inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
IDependencyProvider provider
 

Static Public Attributes

static readonly string ComponentPath = $"{Directories.COMMON_COMPONENTS_PATH}/{nameof(LabeledCheckboxVisualElement)}/{nameof(LabeledCheckboxVisualElement)}"
 

Properties

bool? Value [getset]
 
BeamableCheckboxVisualElement Checkbox [get]
 
- Properties inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
VisualElement Root [getset]
 
string UssPath [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Beamable.Editor.UI.Components.BeamableVisualElement
 BeamableVisualElement (string commonPath)
 
- Protected Member Functions inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
 BeamableBasicVisualElement (string ussPath, bool createRoot=true)
 
virtual void OnDestroy ()
 
virtual void OnDetach ()
 

Member Function Documentation

◆ Refresh()

override void Beamable.Editor.UI.Components.LabeledCheckboxVisualElement.Refresh ( )
inlinevirtual

The documentation for this class was generated from the following file: