Package | Description |
---|---|
com.b3dgs.lionengine |
Main engine core types and utility classes.
|
com.b3dgs.lionengine.util |
Utility classes package.
|
Modifier and Type | Field and Description |
---|---|
static Range |
Range.INT_POSITIVE
Positive integer numbers including 0.
|
static Range |
Range.INT_POSITIVE_STRICT
Positive integer numbers excluding 0.
|
Modifier and Type | Method and Description |
---|---|
static int |
UtilRandom.getRandomInteger(Range range)
Get a random value from range.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.