RuntimeMountedArtboard class

Inheritance

Constructors

RuntimeMountedArtboard(RuntimeArtboard artboardInstance, NestedArtboard nestedArtboard)

Properties

artboardInstance RuntimeArtboard
final
bounds AABB
no setteroverride
controller StateMachineController?
getter/setter pair
eventCallback ↔ (dynamic Function(Event, NestedArtboard)?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nestedArtboard NestedArtboard
getter/setter pair
renderOpacity double
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
worldTransform Mat2D
getter/setter pairoverride

Methods

addEventListener(StateMachineController listener) → void
advance(double seconds) bool
override
dispose() → void
override
draw(Canvas canvas) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited