Struct TimerNode.State
Namespace: Unity.VisualScripting.Interpreter
Syntax
public struct State : INodeState
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 |
Paused
Declaration
public bool Paused
Field Value
Type | Description |
---|---|
Boolean |
Unscaled
Declaration
public bool Unscaled
Field Value
Type | Description |
---|---|
Boolean |
Properties
Done
Declaration
public readonly bool Done { get; }
Property Value
Type | Description |
---|---|
Boolean |