OmegaEngine API
1.0.3
|
This is the complete list of members for OmegaEngine.RandomUtils, including all inherited members.
GetRandomByte(byte min, byte max) | OmegaEngine.RandomUtils | static |
GetRandomColor(Color limit1, Color limit2) | OmegaEngine.RandomUtils | static |
GetRandomDouble(float min, float max) | OmegaEngine.RandomUtils | static |
GetRandomDouble(double min, double max, double step) | OmegaEngine.RandomUtils | static |
GetRandomFloat(float min, float max) | OmegaEngine.RandomUtils | static |
GetRandomFloatRange(double min, double max, double step) | OmegaEngine.RandomUtils | static |
GetRandomInt(int min, int max) | OmegaEngine.RandomUtils | static |
GetRandomVector2(Vector2 min, Vector2 max) | OmegaEngine.RandomUtils | static |
GetRandomVector3(Vector3 min, Vector3 max) | OmegaEngine.RandomUtils | static |