ArbiterResource class
Constructors
-
ArbiterResource(Pointer<
cpArbiter> _arbiterResource)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFirstContact → bool
-
no setter
- isRemoval → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
toPointer
→ Pointer<
cpArbiter> -
no setter
Methods
-
callWildcardBeginA(
Space space) → bool -
callWildcardBeginB(
Space space) → bool -
callWildcardPostSolveA(
Space space) → void -
callWildcardPostSolveB(
Space space) → void -
callWildcardPreSolveA(
Space space) → bool -
callWildcardPreSolveB(
Space space) → bool -
callWildcardSeparateA(
Space space) → void -
callWildcardSeparateB(
Space space) → void -
getBodies(
) → (Body, Body) -
getContactPointSet(
) → ContactPointSet -
getCount(
) → int -
getDepth(
int i) → double -
getFriction(
) → double -
getNormal(
) → Vector2 -
getPointA(
int i) → Vector2 -
getPointB(
int i) → Vector2 -
getRestitution(
) → double -
getShapes(
) → (Shape, Shape) -
getSurfaceVelocity(
) → Vector2 -
ignore(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setContactPointSet(
ContactPointSet contactPointSet) → void -
setFriction(
double friction) → void -
setRestitution(
double restitution) → void -
setSurfaceVelocity(
Vector2 vr) → void -
toString(
) → String -
A string representation of this object.
inherited
-
totalImpulse(
) → Vector2 -
totalKE(
) → double
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited