Click or drag to resize

ToggleIsOnProviderGetValue Method

Derived classes should return the current value to set if this method is called. The target is already checked for null reference.

Namespace:  Slash.Unity.DataBind.UI.Unity.Getters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override bool GetValue(
	Toggle target
)

Parameters

target
Type: UnityEngine.UIToggle
Target to get value from.

Return Value

Type: Boolean
Current value to set.
See Also