WorldConfigure class

The configuration class for the world

Constructors

WorldConfigure({double scale = 1, double timeStep = 1 / 60, BroadPhaseType broadPhaseType = BroadPhaseType.sweep, bool isStat = false, bool enableRandomizer = true, int iterations = 8, bool setPerformance = false, Vec3? gravity})

Properties

broadPhaseType BroadPhaseType
getter/setter pair
enableRandomizer bool
getter/setter pair
gravity Vec3
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isStat bool
getter/setter pair
iterations int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair
setPerformance bool
getter/setter pair
timeStep double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited