GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/pixels-edit-animation
EditProfile
Class EditProfile
Base class for classes used to create and edit animations.
Hierarchy (
view full
)
Editable
EditProfile
Index
Constructors
constructor
Properties
brightness
colorway
creation
Date
description
die
Type
last
Modified
name
rules
Accessors
uuid
Methods
collect
Animations
duplicate
get
Remote
Action
has
Action
Of
Type
to
Profile
Constructors
constructor
new
Edit
Profile
(
opt
?
)
:
EditProfile
Parameters
Optional
opt
:
{
brightness
?:
number
;
colorway
?:
|
"custom"
|
"clear"
|
"unknown"
|
"onyxBlack"
|
"hematiteGrey"
|
"midnightGalaxy"
|
"auroraSky"
|
"whiteAurora"
;
creationDate
?:
Date
;
description
?:
string
;
dieType
?:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
;
lastModified
?:
Date
;
name
?:
string
;
rules
?:
EditRule
[]
;
uuid
?:
string
;
}
Optional
brightness
?:
number
Optional
colorway
?:
|
"custom"
|
"clear"
|
"unknown"
|
"onyxBlack"
|
"hematiteGrey"
|
"midnightGalaxy"
|
"auroraSky"
|
"whiteAurora"
Optional
creation
Date
?:
Date
Optional
description
?:
string
Optional
die
Type
?:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
Optional
last
Modified
?:
Date
Optional
name
?:
string
Optional
rules
?:
EditRule
[]
Optional
uuid
?:
string
Returns
EditProfile
Properties
brightness
brightness
:
number
colorway
colorway
:
|
"custom"
|
"clear"
|
"unknown"
|
"onyxBlack"
|
"hematiteGrey"
|
"midnightGalaxy"
|
"auroraSky"
|
"whiteAurora"
creation
Date
creation
Date
:
Date
description
description
:
string
die
Type
die
Type
:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
last
Modified
last
Modified
:
Date
name
name
:
string
rules
rules
:
EditRule
[]
Accessors
uuid
get
uuid
(
)
:
string
Returns
string
Methods
collect
Animations
collect
Animations
(
)
:
EditAnimation
[]
Returns
EditAnimation
[]
duplicate
duplicate
(
uuid
?
)
:
EditProfile
Parameters
Optional
uuid
:
string
Returns
EditProfile
get
Remote
Action
get
Remote
Action
(
actionId
)
:
undefined
|
EditActionRunOnDevice
Parameters
actionId
:
number
Returns
undefined
|
EditActionRunOnDevice
has
Action
Of
Type
has
Action
Of
Type
(
type
)
:
boolean
Parameters
type
:
|
"none"
|
"playAnimation"
|
"playAudioClip"
|
"makeWebRequest"
|
"speakText"
Returns
boolean
to
Profile
to
Profile
(
editSet
,
set
)
:
Profile
Parameters
editSet
:
EditDataSet
set
:
DataSet
Returns
Profile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
brightness
colorway
creation
Date
description
die
Type
last
Modified
name
rules
Accessors
uuid
Methods
collect
Animations
duplicate
get
Remote
Action
has
Action
Of
Type
to
Profile
GitHub
Pixels Website
Documentation
Loading...
Base class for classes used to create and edit animations.