Documentation
GitHub
Pixels Website
Preparing search index...
@systemic-games/pixels-edit-animation
AppDataSet
Class AppDataSet
Index
Constructors
constructor
Properties
_
animations
_
default
Profile
_
patterns
_
profiles
Accessors
animations
default
Profile
patterns
profiles
Methods
find
Animation
find
Pattern
find
Profile
Constructors
constructor
new
AppDataSet
(
options
?:
{
animations
?:
EditAnimation
[]
;
defaultProfile
?:
EditProfile
;
patterns
?:
EditPattern
[]
;
profiles
?:
EditProfile
[]
;
}
,
)
:
AppDataSet
Parameters
Optional
options
:
{
animations
?:
EditAnimation
[]
;
defaultProfile
?:
EditProfile
;
patterns
?:
EditPattern
[]
;
profiles
?:
EditProfile
[]
;
}
Returns
AppDataSet
Properties
Readonly
_
animations
_animations
:
EditAnimation
[]
Readonly
_
default
Profile
_defaultProfile
:
EditProfile
Readonly
_
patterns
_patterns
:
EditPattern
[]
Readonly
_
profiles
_profiles
:
EditProfile
[]
Accessors
animations
get
animations
()
:
EditAnimation
[]
Returns
EditAnimation
[]
default
Profile
get
defaultProfile
()
:
EditProfile
Returns
EditProfile
patterns
get
patterns
()
:
EditPattern
[]
Returns
EditPattern
[]
profiles
get
profiles
()
:
EditProfile
[]
Returns
EditProfile
[]
Methods
find
Animation
findAnimation
(
name
:
string
)
:
EditAnimation
|
undefined
Parameters
name
:
string
Returns
EditAnimation
|
undefined
find
Pattern
findPattern
(
name
:
string
)
:
EditPattern
|
undefined
Parameters
name
:
string
Returns
EditPattern
|
undefined
find
Profile
findProfile
(
name
:
string
)
:
EditProfile
|
undefined
Parameters
name
:
string
Returns
EditProfile
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
animations
_
default
Profile
_
patterns
_
profiles
Accessors
animations
default
Profile
patterns
profiles
Methods
find
Animation
find
Pattern
find
Profile
GitHub
Pixels Website
Documentation
Loading...