Documentation
GitHub
Pixels Website
Preparing search index...
@systemic-games/pixels-edit-animation
EditProfile
Class EditProfile
Base class for classes used to create and edit animations.
Hierarchy (
View Summary
)
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
EditProfile
(
opt
?:
{
brightness
?:
number
;
colorway
?:
|
"unknown"
|
"onyxBlack"
|
"hematiteGrey"
|
"midnightGalaxy"
|
"auroraSky"
|
"clear"
|
"whiteAurora"
|
"electricGalaxy"
|
"custom"
;
creationDate
?:
Date
;
description
?:
string
;
dieType
?:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
;
lastModified
?:
Date
;
name
?:
string
;
rules
?:
EditRule
[]
;
uuid
?:
string
;
}
,
)
:
EditProfile
Parameters
Optional
opt
:
{
brightness
?:
number
;
colorway
?:
|
"unknown"
|
"onyxBlack"
|
"hematiteGrey"
|
"midnightGalaxy"
|
"auroraSky"
|
"clear"
|
"whiteAurora"
|
"electricGalaxy"
|
"custom"
;
creationDate
?:
Date
;
description
?:
string
;
dieType
?:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
;
lastModified
?:
Date
;
name
?:
string
;
rules
?:
EditRule
[]
;
uuid
?:
string
;
}
Returns
EditProfile
Properties
brightness
brightness
:
number
colorway
colorway
:
|
"unknown"
|
"onyxBlack"
|
"hematiteGrey"
|
"midnightGalaxy"
|
"auroraSky"
|
"clear"
|
"whiteAurora"
|
"electricGalaxy"
|
"custom"
creation
Date
creationDate
:
Date
description
description
:
string
die
Type
dieType
:
|
"unknown"
|
"d4"
|
"d6"
|
"d8"
|
"d10"
|
"d00"
|
"d12"
|
"d20"
|
"d6pipped"
|
"d6fudge"
last
Modified
lastModified
:
Date
name
name
:
string
rules
rules
:
EditRule
[]
Accessors
uuid
get
uuid
()
:
string
Returns
string
Methods
collect
Animations
collectAnimations
()
:
EditAnimation
[]
Returns
EditAnimation
[]
duplicate
duplicate
(
uuid
?:
string
)
:
EditProfile
Parameters
Optional
uuid
:
string
Returns
EditProfile
get
Remote
Action
getRemoteAction
(
actionId
:
number
)
:
EditActionRunOnDevice
|
undefined
Parameters
actionId
:
number
Returns
EditActionRunOnDevice
|
undefined
has
Action
Of
Type
hasActionOfType
(
type
:
|
"none"
|
"playAnimation"
|
"playAudioClip"
|
"makeWebRequest"
|
"speakText"
,
)
:
boolean
Parameters
type
:
"none"
|
"playAnimation"
|
"playAudioClip"
|
"makeWebRequest"
|
"speakText"
Returns
boolean
to
Profile
toProfile
(
editSet
:
EditDataSet
,
set
:
DataSet
)
:
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.