ActorComponent class

Implementers

Constructors

ActorComponent()
ActorComponent.withArtboard(ActorArtboard artboard)

Properties

artboard ActorArtboard
read / write
dependents List<ActorComponent>
read / write
dirtMask int
read / write
graphOrder int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
idx int
read / write
name String
read-only
parent ActorNode
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

completeResolve() → void
copyComponent(ActorComponent component, ActorArtboard resetArtboard) → void
makeInstance(ActorArtboard resetArtboard) ActorComponent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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