tierClockCycles property

List<int> tierClockCycles
final

Defines the clock speed for each tier relative to the one below it. Example: 7, 4 means tier 1 updates every 7 tier-0 steps, and tier 2 updates every 4 tier-1 steps.

Implementation

final List<int> tierClockCycles;