GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/pixels-edit-animation
EditAnimationParams
Interface EditAnimationParams
Parameters for the
EditAnimation
class constructor.
interface
EditAnimationParams
{
animFlags
?:
number
;
category
?:
|
"system"
|
"uniform"
|
"colorful"
|
"flashy"
|
"animated"
;
dieType
?:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
;
duration
?:
number
;
name
?:
string
;
uuid
?:
string
;
}
Index
Properties
anim
Flags?
category?
die
Type?
duration?
name?
uuid?
Properties
Optional
anim
Flags
anim
Flags
?:
number
Optional
category
category
?:
|
"system"
|
"uniform"
|
"colorful"
|
"flashy"
|
"animated"
Optional
die
Type
die
Type
?:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
Optional
duration
duration
?:
number
Optional
name
name
?:
string
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anim
Flags
category
die
Type
duration
name
uuid
GitHub
Pixels Website
Documentation
Loading...
Parameters for the EditAnimation class constructor.