GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/react-native-pixels-connect
Profiles
Pattern
Class Pattern
Base class for classes used to create and edit animations.
Hierarchy (
view full
)
Profiles
.
Editable
Pattern
Index
Constructors
constructor
Properties
gradients
name
Accessors
duration
uuid
Methods
duplicate
to
Rgb
Tracks
to
Tracks
Constructors
constructor
new
Pattern
(
opt
?
)
:
Profiles
.
Pattern
Parameters
Optional
opt
:
{
gradients
?:
RgbGradient
[]
;
name
?:
string
;
uuid
?:
string
;
}
Optional
gradients
?:
RgbGradient
[]
Optional
name
?:
string
Optional
uuid
?:
string
Returns
Profiles
.
Pattern
Properties
gradients
gradients
:
RgbGradient
[]
name
name
:
string
Accessors
duration
get
duration
(
)
:
number
Returns
number
uuid
get
uuid
(
)
:
string
Returns
string
Methods
duplicate
duplicate
(
uuid
?
)
:
Profiles
.
Pattern
Parameters
Optional
uuid
:
string
Returns
Profiles
.
Pattern
to
Rgb
Tracks
to
Rgb
Tracks
(
editSet
,
bits
)
:
RgbTrack
[]
Parameters
editSet
:
ProfileDataSet
bits
:
AnimationBits
Returns
RgbTrack
[]
to
Tracks
to
Tracks
(
editSet
,
bits
)
:
Track
[]
Parameters
editSet
:
ProfileDataSet
bits
:
AnimationBits
Returns
Track
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
gradients
name
duration
uuid
duplicate
to
Rgb
Tracks
to
Tracks
Documentation
Loading...
Base class for classes used to create and edit animations.