ActorMask class

Inheritance

Constructors

ActorMask()

Properties

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

Methods

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

Operators

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

Static Methods

read(ActorArtboard artboard, StreamReader reader, ActorMask component) ActorMask
override