UI::​Toggle
UI::​Selectable
UI::​Toggle

class:/TYPE/UnityEngine.UI.Toggle//, can be loaded from an assetbundle using UI::Toggle::createfromassetbundle(bundlename,prefabname) /

Parent

UI::Selectable

Variables
graphic
UnityEngine.UI.Graphic graphic
group
UnityEngine.UI.ToggleGroup group
ison
System.Boolean ison
onvaluechanged
UnityEngine.UI.Toggle.ToggleEvent onvaluechanged
toggletransition
UnityEngine.UI.Toggle.ToggleTransition toggletransition
Functions
graphicupdatecomplete
System.Void GraphicUpdateComplete()
Returns

System.Void

layoutcomplete
System.Void LayoutComplete()
Returns

System.Void

onpointerclick
System.Void OnPointerClick(
UnityEngine.EventSystems.PointerEventData eventData
)

UnityEngine.EventSystems.PointerEventData eventData-no documentation

Parameters

eventData -

Returns

System.Void

onsubmit
System.Void OnSubmit(
UnityEngine.EventSystems.BaseEventData eventData
)

UnityEngine.EventSystems.BaseEventData eventData-no documentation

Parameters

eventData -

Returns

System.Void

rebuild
System.Void Rebuild(
UnityEngine.UI.CanvasUpdate executing
)

UnityEngine.UI.CanvasUpdate executing-no documentation

Parameters

executing -

Returns

System.Void

setisonwithoutnotify
System.Void SetIsOnWithoutNotify(
System.Boolean value
)

System.Boolean value-no documentation

Parameters

value -

Returns

System.Void

ui::​toggle::​fromassetbundle
static UnityEngine.UI.Toggle CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.UI.Toggle