Struct TimerData
Timer Data is a copy of the timer data. It is a separate component because it is copied from a Timer
Namespace: Unity.Scheduler
Syntax
public struct TimerData : IComponentData
Fields
Culled
Declaration
public bool Culled
Field Value
Type | Description |
---|---|
Boolean |
DeltaTime
Declaration
public DiscreteTime DeltaTime
Field Value
Type | Description |
---|---|
DiscreteTime |
PreviousTime
Declaration
public DiscreteTime PreviousTime
Field Value
Type | Description |
---|---|
DiscreteTime |
Time
Declaration
public DiscreteTime Time
Field Value
Type | Description |
---|---|
DiscreteTime |
TimerId
Declaration
public Entity TimerId
Field Value
Type | Description |
---|---|
Entity |
TimeScale
Declaration
public double TimeScale
Field Value
Type | Description |
---|---|
Double |