Documentation
GitHub
Pixels Website
Preparing search index...
@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
animFlags
?:
number
Optional
category
category
?:
"system"
|
"uniform"
|
"colorful"
|
"flashy"
|
"animated"
Optional
die
Type
dieType
?:
|
"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.