Class Timer.Data
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public sealed class Timer.Data : IGraphElementData
Fields
active
Declaration
public bool active
Field Value
| Type | Description |
|---|---|
| bool |
duration
Declaration
public float duration
Field Value
| Type | Description |
|---|---|
| float |
elapsed
Declaration
public float elapsed
Field Value
| Type | Description |
|---|---|
| float |
isListening
Declaration
public bool isListening
Field Value
| Type | Description |
|---|---|
| bool |
paused
Declaration
public bool paused
Field Value
| Type | Description |
|---|---|
| bool |
unscaled
Declaration
public bool unscaled
Field Value
| Type | Description |
|---|---|
| bool |
update
Declaration
public Delegate update
Field Value
| Type | Description |
|---|---|
| Delegate |