ActorScaleConstraint class

Inheritance

Constructors

ActorScaleConstraint()

Properties

artboard ActorArtboard
getter/setter pairinherited
copyX bool
no setterinherited
copyY bool
no setterinherited
dependents List<ActorComponent>?
getter/setter pairinherited
destSpace int
no setterinherited
dirtMask int
getter/setter pairinherited
enableMaxX bool
no setterinherited
enableMaxY bool
no setterinherited
enableMinX bool
no setterinherited
enableMinY bool
no setterinherited
graphOrder int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
idx int
getter/setter pairinherited
isEnabled bool
getter/setter pairinherited
maxX double
no setterinherited
maxY double
no setterinherited
minMaxSpace int
no setterinherited
minX double
no setterinherited
minY double
no setterinherited
name String
no setterinherited
offset bool
no setterinherited
parent ActorNode?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleX double
no setterinherited
scaleY double
no setterinherited
sourceSpace int
no setterinherited
strength double
getter/setter pairinherited
target ActorComponent?
no setterinherited

Methods

completeResolve() → void
override
constrain(ActorNode node) → void
override
copyAxisConstraint(ActorAxisConstraint node, ActorArtboard resetArtboard) → void
inherited
copyComponent(ActorComponent component, ActorArtboard resetArtboard) → void
inherited
copyConstraint(ActorConstraint node, ActorArtboard resetArtboard) → void
inherited
copyTargetedConstraint(ActorTargetedConstraint node, ActorArtboard resetArtboard) → void
inherited
makeInstance(ActorArtboard resetArtboard) ActorComponent
override
markDirty() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDirty(int dirt) → void
inherited
onParentChanged(ActorNode? from, ActorNode? to) → void
inherited
resolveComponentIndices(List<ActorComponent?> components) → void
inherited
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, ActorScaleConstraint? component) ActorScaleConstraint
override