GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
TextureSequencer
Class TextureSequencer
Implements
Sequencer
Index
Constructors
constructor
Properties
locations
position
scaleX
scaleY
Methods
clone
from
Image
toJSON
transform
fromJSON
Constructors
constructor
new
TextureSequencer
(
scaleX
?:
number
,
scaleY
?:
number
,
position
?:
Vector3
,
)
:
TextureSequencer
Parameters
scaleX
:
number
= 0
scaleY
:
number
= 0
position
:
Vector3
= ...
Returns
TextureSequencer
Properties
locations
locations
:
Vector2
[]
= []
position
position
:
Vector3
= ...
scaleX
scaleX
:
number
= 0
scaleY
scaleY
:
number
= 0
Methods
clone
clone
()
:
Sequencer
Returns
Sequencer
from
Image
fromImage
(
img
:
CanvasImageSource
,
threshold
:
number
)
:
void
Parameters
img
:
CanvasImageSource
threshold
:
number
Returns
void
toJSON
toJSON
()
:
any
Returns
any
transform
transform
(
position
:
Vector3
,
index
:
number
)
:
void
Parameters
position
:
Vector3
index
:
number
Returns
void
Static
fromJSON
fromJSON
(
json
:
any
)
:
Sequencer
Parameters
json
:
any
Returns
Sequencer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
locations
position
scaleX
scaleY
Methods
clone
from
Image
toJSON
transform
fromJSON
GitHub
Quarks VFX
Documentation
Loading...