Class OnSliderValueChanged
Called when the current value of the slider has changed.
Inheritance
object
OnSliderValueChanged
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitOrderAttribute]
public sealed class OnSliderValueChanged : GameObjectEventUnit<float>, IGraphElementWithData, IGraphEventHandler<float>, IGameObjectEventUnit, IEventUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, IGraphEventListener
Properties
MessageListenerType
Declaration
public override Type MessageListenerType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Overrides
hookName
Declaration
protected override string hookName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
value
The new numeric value of the slider.
Declaration
[DoNotSerializeAttribute]
public ValueOutput value { get; }
Property Value
| Type | Description |
|---|---|
| ValueOutput |
Methods
AssignArguments(Flow, float)
Declaration
protected override void AssignArguments(Flow flow, float value)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow | |
| float | value |
Overrides
Definition()
Declaration
protected override void Definition()
Overrides
Implements
IDisposable