Property OnChange
- Namespace
- Velvet.Experimental
- Assembly
- Velvet.Docs.dll
OnChange
Handler invoked when the value changes.
public Action<float>? OnChange { get; set; }
Property Value
- Action<float>
Handler invoked when the value changes.
public Action<float>? OnChange { get; set; }