RangeSceneExceedMaxCount constant

int const RangeSceneExceedMaxCount

Description: The number of RangeScene instances exceeds the maximum number allowed.
Cause: The number of RangeScene instances exceeds the maximum number allowed. Up to 1 instances can be created.
Solutions: RangeScene can create up to 1 instances, and make sure that the number of RangeScene instances is not exceeded the maximum limit.

Implementation

static const int RangeSceneExceedMaxCount = 1019030;