duration property
The number of milliseconds to run this scene for.
If this value is null
, the scene will not automatically skip, and
either skipControllerButton or skipScanCode must be not null
.
Implementation
final int? duration;
The number of milliseconds to run this scene for.
If this value is null
, the scene will not automatically skip, and
either skipControllerButton or skipScanCode must be not null
.
final int? duration;