ActorComponent class abstract

Implementers

Properties

artboard ActorArtboard
getter/setter pair
dependents List<ActorComponent>?
getter/setter pair
dirtMask int
getter/setter pair
graphOrder int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idx int
getter/setter pair
name String
no setter
parent ActorNode?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

completeResolve() → void
copyComponent(ActorComponent component, ActorArtboard resetArtboard) → void
makeInstance(ActorArtboard resetArtboard) ActorComponent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDirty(int dirt) → void
onParentChanged(ActorNode? from, ActorNode? to) → void
resolveComponentIndices(List<ActorComponent?> components) → void
toString() String
A string representation of this object.
inherited
update(int dirt) → void

Operators

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

Static Methods

read(ActorArtboard artboard, StreamReader reader, ActorComponent component) ActorComponent