JellyComponent class

Inheritance

Constructors

JellyComponent()

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
inTarget ActorNode?
no setter
name String
no setterinherited
outTarget ActorNode?
no setter
parent ActorNode?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

completeResolve() → void
override
copyComponent(ActorComponent component, ActorArtboard resetArtboard) → void
inherited
copyJelly(JellyComponent component, ActorArtboard artboard) → void
makeInstance(ActorArtboard artboard) ActorComponent
override
normalizeCurve(List<Vec2D> curve, int numSegments) List<Vec2D>
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
updateJellies() → void

Operators

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

Static Properties

curveConstant double
getter/setter pair
optimalDistance double
getter/setter pair

Static Methods

forwardDiffBezier(double c0, double c1, double c2, double c3, List<Vec2D> points, int count, int offset) → void
fuzzyEquals(Vec2D a, Vec2D b) bool
read(ActorArtboard artboard, StreamReader reader, JellyComponent? node) JellyComponent
override

Constants

epsilon → const double
jellyMax → const int