GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
three.quarks
Vector3Function
Class Vector3Function
Implements
Vector3Generator
Index
Constructors
constructor
Properties
type
x
y
z
Methods
clone
gen
Value
start
Gen
toJSON
fromJSON
Constructors
constructor
new
Vector3Function
(
x
:
ValueGenerator
|
FunctionValueGenerator
,
y
:
ValueGenerator
|
FunctionValueGenerator
,
z
:
ValueGenerator
|
FunctionValueGenerator
,
)
:
Vector3Function
Parameters
x
:
ValueGenerator
|
FunctionValueGenerator
y
:
ValueGenerator
|
FunctionValueGenerator
z
:
ValueGenerator
|
FunctionValueGenerator
Returns
Vector3Function
Properties
type
type
:
"vec3function"
x
x
:
ValueGenerator
|
FunctionValueGenerator
y
y
:
ValueGenerator
|
FunctionValueGenerator
z
z
:
ValueGenerator
|
FunctionValueGenerator
Methods
clone
clone
()
:
Vector3Generator
Returns
Vector3Generator
gen
Value
genValue
(
memory
:
GeneratorMemory
,
vec
:
Vector3
,
t
?:
number
)
:
Vector3
Parameters
memory
:
GeneratorMemory
vec
:
Vector3
Optional
t
:
number
Returns
Vector3
start
Gen
startGen
(
memory
:
GeneratorMemory
)
:
void
Parameters
memory
:
GeneratorMemory
Returns
void
toJSON
toJSON
()
:
FunctionJSON
Returns
FunctionJSON
Static
fromJSON
fromJSON
(
json
:
FunctionJSON
)
:
Vector3Generator
Parameters
json
:
FunctionJSON
Returns
Vector3Generator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
x
y
z
Methods
clone
gen
Value
start
Gen
toJSON
fromJSON
GitHub
Quarks VFX
Documentation
Loading...