Profile class

Constructors

Profile({int solve = 0, int makeContactConstraints = 0, int broadphase = 0, int integrate = 0, int narrowphase = 0})

Properties

broadphase int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrate int
getter/setter pair
makeContactConstraints int
getter/setter pair
narrowphase int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solve int
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