Documentation
GitHub
Pixels Website
Preparing search index...
@systemic-games/pixels-edit-animation
EditAnimationNormals
Class EditAnimationNormals
Base class for animation editing classes.
Hierarchy (
View Summary
)
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
EditAnimationNormals
(
opt
?:
EditAnimationParams
&
{
angleGradient
?:
EditRgbGradient
;
angleScrollSpeed
?:
number
;
axisGradient
?:
EditRgbGradient
;
axisOffset
?:
number
;
axisScale
?:
number
;
axisScrollSpeed
?:
number
;
fade
?:
number
;
gradient
?:
EditRgbGradient
;
gradientColorType
?:
number
;
gradientColorVar
?:
number
;
}
,
)
:
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
angleGradient
?:
EditRgbGradient
angle
Scroll
Speed
angleScrollSpeed
:
number
anim
Flags
animFlags
:
number
Optional
axis
Gradient
axisGradient
?:
EditRgbGradient
axis
Offset
axisOffset
:
number
axis
Scale
axisScale
:
number
axis
Scroll
Speed
axisScrollSpeed
:
number
category
category
:
"system"
|
"uniform"
|
"colorful"
|
"flashy"
|
"animated"
die
Type
dieType
:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
duration
duration
:
number
fade
fade
:
number
Optional
gradient
gradient
?:
EditRgbGradient
gradient
Color
Type
gradientColorType
:
number
gradient
Color
Var
gradientColorVar
:
number
name
name
:
string
Readonly
type
type
:
"normals"
The animation type.
Accessors
uuid
get
uuid
()
:
string
Returns
string
Methods
collect
Animations
collectAnimations
()
:
EditAnimation
[]
Returns
EditAnimation
[]
collect
Gradients
collectGradients
()
:
EditRgbGradient
[]
Returns
EditRgbGradient
[]
collect
Patterns
collectPatterns
()
:
{
grayscale
?:
EditPattern
[]
;
rgb
?:
EditPattern
[]
}
Returns
{
grayscale
?:
EditPattern
[]
;
rgb
?:
EditPattern
[]
}
duplicate
duplicate
(
uuid
?:
string
)
:
EditAnimation
Parameters
Optional
uuid
:
string
Returns
EditAnimation
to
Animation
toAnimation
(
editSet
:
EditDataSet
,
bits
:
AnimationBits
)
:
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.