Click or drag to resize

UIEventSyncExtensionsSetValue Method (Toggle, Boolean)

[Missing <summary> documentation for "M:BrydenWoodUnity.UIElements.UIEventSyncExtensions.SetValue(UnityEngine.UI.Toggle,System.Boolean)"]

Namespace:  BrydenWoodUnity.UIElements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void SetValue(
	this Toggle instance,
	bool value
)

Parameters

instance
Type: Toggle

[Missing <param name="instance"/> documentation for "M:BrydenWoodUnity.UIElements.UIEventSyncExtensions.SetValue(UnityEngine.UI.Toggle,System.Boolean)"]

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:BrydenWoodUnity.UIElements.UIEventSyncExtensions.SetValue(UnityEngine.UI.Toggle,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Toggle. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also