Class Timer.Data
Namespace: Unity.VisualScripting
Syntax
public sealed class Data : IGraphElementData
Fields
active
Declaration
public bool active
Field Value
| Type | Description |
|---|---|
| Boolean |
duration
Declaration
public float duration
Field Value
| Type | Description |
|---|---|
| Single |
elapsed
Declaration
public float elapsed
Field Value
| Type | Description |
|---|---|
| Single |
isListening
Declaration
public bool isListening
Field Value
| Type | Description |
|---|---|
| Boolean |
paused
Declaration
public bool paused
Field Value
| Type | Description |
|---|---|
| Boolean |
unscaled
Declaration
public bool unscaled
Field Value
| Type | Description |
|---|---|
| Boolean |
update
Declaration
public Delegate update
Field Value
| Type | Description |
|---|---|
| Delegate |