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
Syntaxpublic static void SetValue(
this Toggle instance,
bool value
)
<ExtensionAttribute>
Public Shared Sub SetValue (
instance As Toggle,
value As Boolean
)
public:
[ExtensionAttribute]
static void SetValue(
Toggle^ instance,
bool value
)
[<ExtensionAttribute>]
static member SetValue :
instance : Toggle *
value : bool -> unit
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