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