EEffect class
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDrawable → bool
-
no setter
- isToggled ↔ bool
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateFromScene → bool
-
no setter
Methods
-
draw(
Canvas canvas, Size size) → void -
drawEffect(
Canvas canvas, Size size) → void -
drawLight(
Canvas canvas, Size size) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toggle(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
double deltaTime, Size size) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited