UIEventSyncExtensionsSetValue Method (Dropdown, Int32) |
[Missing <summary> documentation for "M:BrydenWoodUnity.UIElements.UIEventSyncExtensions.SetValue(UnityEngine.UI.Dropdown,System.Int32)"]
Namespace:
BrydenWoodUnity.UIElements
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static void SetValue(
this Dropdown instance,
int value
)
<ExtensionAttribute>
Public Shared Sub SetValue (
instance As Dropdown,
value As Integer
)
public:
[ExtensionAttribute]
static void SetValue(
Dropdown^ instance,
int value
)
[<ExtensionAttribute>]
static member SetValue :
instance : Dropdown *
value : int -> unit
Parameters
- instance
- Type: Dropdown
[Missing <param name="instance"/> documentation for "M:BrydenWoodUnity.UIElements.UIEventSyncExtensions.SetValue(UnityEngine.UI.Dropdown,System.Int32)"]
- value
- Type: SystemInt32
[Missing <param name="value"/> documentation for "M:BrydenWoodUnity.UIElements.UIEventSyncExtensions.SetValue(UnityEngine.UI.Dropdown,System.Int32)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Dropdown. 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