Core class
The core component of the system.
- Implementers
Constructors
- Core()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
awake(
) → void - wake the body
-
dispose(
) → void - Dispose of the body
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → void - Remove the body
-
setParent(
World world) → void - Set the parent of the body
-
sleep(
) → void - Run the sleep function
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited