Documentation
GitHub
Pixels Website
Preparing search index...
@systemic-games/pixels-edit-animation
EditDataSet
Class EditDataSet
Index
Constructors
constructor
Properties
animations
brightness
patterns
profile
rgb
Patterns
Methods
get
Pattern
RGB
Track
Offset
get
Pattern
Track
Offset
to
Data
Set
Constructors
constructor
new
EditDataSet
(
opt
?:
{
animations
?:
Readonly
<
EditAnimation
>
[]
;
brightness
?:
number
;
patterns
?:
Readonly
<
EditPattern
>
[]
;
profile
?:
Readonly
<
EditProfile
>
;
rgbPatterns
?:
Readonly
<
EditPattern
>
[]
;
}
,
)
:
EditDataSet
Parameters
Optional
opt
:
{
animations
?:
Readonly
<
EditAnimation
>
[]
;
brightness
?:
number
;
patterns
?:
Readonly
<
EditPattern
>
[]
;
profile
?:
Readonly
<
EditProfile
>
;
rgbPatterns
?:
Readonly
<
EditPattern
>
[]
;
}
Returns
EditDataSet
Properties
Readonly
animations
animations
:
Readonly
<
EditAnimation
>
[]
brightness
brightness
:
number
Readonly
patterns
patterns
:
Readonly
<
EditPattern
>
[]
Readonly
profile
profile
:
Readonly
<
EditProfile
>
Readonly
rgb
Patterns
rgbPatterns
:
Readonly
<
EditPattern
>
[]
Methods
get
Pattern
RGB
Track
Offset
getPatternRGBTrackOffset
(
pattern
?:
Readonly
<
EditPattern
>
)
:
number
Parameters
Optional
pattern
:
Readonly
<
EditPattern
>
Returns
number
get
Pattern
Track
Offset
getPatternTrackOffset
(
pattern
:
Readonly
<
EditPattern
>
)
:
number
Parameters
pattern
:
Readonly
<
EditPattern
>
Returns
number
to
Data
Set
toDataSet
()
:
DataSet
Returns
DataSet
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
animations
brightness
patterns
profile
rgb
Patterns
Methods
get
Pattern
RGB
Track
Offset
get
Pattern
Track
Offset
to
Data
Set
GitHub
Pixels Website
Documentation
Loading...