FlutterActorArtboard class

Inheritance

Constructors

FlutterActorArtboard(FlutterActor actor)

Properties

actor Actor
no setterinherited
animations List<ActorAnimation>
no setterinherited
antialias bool
getter/setter pair
clipContents bool
no setterinherited
componentCount int
no setterinherited
components List<ActorComponent?>
no setterinherited
drawableNodes List<ActorDrawable>
no setterinherited
drawNodeCount int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
no setterinherited
modulateOpacity double
getter/setter pairinherited
name String
no setterinherited
nodeCount int
no setterinherited
nodes List<ActorNode?>
no setterinherited
origin Vec2D
no setterinherited
overrideColor Float32List?
getter/setter pairinherited
root ActorNode
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation Vec2D
no setterinherited
width double
no setterinherited

Methods

addDependency(ActorComponent a, ActorComponent b) bool
inherited
addDirt(ActorComponent component, int value, bool recurse) bool
inherited
advance(double seconds) → void
inherited
artboardAABB() AABB
inherited
completeResolveHierarchy() → void
inherited
computeAABB() AABB?
inherited
copyArtboard(ActorArtboard artboard) → void
inherited
dispose() → void
draw(Canvas canvas) → void
getAnimation(String name) ActorAnimation?
inherited
getNode<T extends ActorNode>(String name) → T?
inherited
initializeGraphics() → void
inherited
makeInstance() ActorArtboard
inherited
makeInstanceWithActor(Actor actor) ActorArtboard
inherited
markDrawOrderDirty() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(StreamReader reader) → void
inherited
readAnimationsBlock(StreamReader block) → void
inherited
readComponentsBlock(StreamReader block) → void
inherited
resolveHierarchy() → void
inherited
sortDependencies() → void
inherited
sortDrawOrder() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) ActorComponent?
inherited