GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/pixels-edit-animation
EditAnimationNormals
Class EditAnimationNormals
Base class for animation editing classes.
Hierarchy (
view full
)
EditAnimation
EditAnimationNormals
Index
Constructors
constructor
Properties
angle
Gradient?
angle
Scroll
Speed
anim
Flags
axis
Gradient?
axis
Offset
axis
Scale
axis
Scroll
Speed
category
die
Type
duration
fade
gradient?
gradient
Color
Type
gradient
Color
Var
name
type
Accessors
uuid
Methods
collect
Animations
collect
Gradients
collect
Patterns
duplicate
to
Animation
Constructors
constructor
new
Edit
Animation
Normals
(
opt
?
)
:
EditAnimationNormals
Parameters
Optional
opt
:
EditAnimationParams
&
{
angleGradient
?:
EditRgbGradient
;
angleScrollSpeed
?:
number
;
axisGradient
?:
EditRgbGradient
;
axisOffset
?:
number
;
axisScale
?:
number
;
axisScrollSpeed
?:
number
;
fade
?:
number
;
gradient
?:
EditRgbGradient
;
gradientColorType
?:
number
;
gradientColorVar
?:
number
;
}
Returns
EditAnimationNormals
Properties
Optional
angle
Gradient
angle
Gradient
?:
EditRgbGradient
angle
Scroll
Speed
angle
Scroll
Speed
:
number
anim
Flags
anim
Flags
:
number
Optional
axis
Gradient
axis
Gradient
?:
EditRgbGradient
axis
Offset
axis
Offset
:
number
axis
Scale
axis
Scale
:
number
axis
Scroll
Speed
axis
Scroll
Speed
:
number
category
category
:
|
"system"
|
"uniform"
|
"colorful"
|
"flashy"
|
"animated"
die
Type
die
Type
:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
duration
duration
:
number
fade
fade
:
number
Optional
gradient
gradient
?:
EditRgbGradient
gradient
Color
Type
gradient
Color
Type
:
number
gradient
Color
Var
gradient
Color
Var
:
number
name
name
:
string
Readonly
type
type
= "normals"
The animation type.
Accessors
uuid
get
uuid
(
)
:
string
Returns
string
Methods
collect
Animations
collect
Animations
(
)
:
EditAnimation
[]
Returns
EditAnimation
[]
collect
Gradients
collect
Gradients
(
)
:
EditRgbGradient
[]
Returns
EditRgbGradient
[]
collect
Patterns
collect
Patterns
(
)
:
{
grayscale
?:
EditPattern
[]
;
rgb
?:
EditPattern
[]
;
}
Returns
{
grayscale
?:
EditPattern
[]
;
rgb
?:
EditPattern
[]
;
}
Optional
grayscale
?:
EditPattern
[]
Optional
rgb
?:
EditPattern
[]
duplicate
duplicate
(
uuid
?
)
:
EditAnimation
Parameters
Optional
uuid
:
string
Returns
EditAnimation
to
Animation
to
Animation
(
editSet
,
bits
)
:
AnimationPreset
Parameters
editSet
:
EditDataSet
bits
:
AnimationBits
Returns
AnimationPreset
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
angle
Gradient
angle
Scroll
Speed
anim
Flags
axis
Gradient
axis
Offset
axis
Scale
axis
Scroll
Speed
category
die
Type
duration
fade
gradient
gradient
Color
Type
gradient
Color
Var
name
type
Accessors
uuid
Methods
collect
Animations
collect
Gradients
collect
Patterns
duplicate
to
Animation
GitHub
Pixels Website
Documentation
Loading...
Base class for animation editing classes.