DebugDrawOption class
Constructors
-
DebugDrawOption({required void debugDrawCirlceFunc(Vector2 pos, double angle, double radius, Color outlineColor, Color fillColor), required void debugDrawSegmentFunc(Vector2 a, Vector2 b, Color color), required void debugDrawFatSegmentFunc(Vector2 a, Vector2 b, double radius, Color outlineColor, Color fillColor), required void debugDrawPolygonFunc(List<Vector2> verts, double radius, Color outlineColor, Color fillColor), required void debugDrawDotFunc(double size, Vector2 pos, Color color), required int debugDrawFlag, required Color colorForShape(Shape shape), required Color shapeOutlineColor, required Color constraintColor, required Color collisionPointColor})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toPointer
→ Pointer<cpSpaceDebugDrawOptions>
-
no setter
Methods
-
close()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited