Interface IValueChangedEvent<T>
Namespace: Doozy.Runtime.Common
Assembly: cs.temp.dll.dll
Syntax
public interface IValueChangedEvent<out T>
Type Parameters
Name | Description |
---|---|
T |
Properties
animateChange
Declaration
bool animateChange { get; }
Property Value
Type | Description |
---|---|
Boolean |
newValue
Declaration
T newValue { get; }
Property Value
Type | Description |
---|---|
T |
previousValue
Declaration
T previousValue { get; }
Property Value
Type | Description |
---|---|
T |
timestamp
Declaration
float timestamp { get; }
Property Value
Type | Description |
---|---|
Single |
used
Declaration
bool used { get; set; }
Property Value
Type | Description |
---|---|
Boolean |