GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
Vector3Generator
Interface Vector3Generator
interface
Vector3Generator
{
type
:
"vec3function"
;
clone
()
:
Vector3Generator
;
genValue
(
memory
:
GeneratorMemory
,
vec
:
Vector3
,
t
?:
number
)
:
Vector3
;
startGen
(
memory
:
GeneratorMemory
)
:
void
;
toJSON
()
:
FunctionJSON
;
}
Implemented by
Vector3Function
Index
Properties
type
Methods
clone
gen
Value
start
Gen
toJSON
Properties
type
type
:
"vec3function"
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
clone
gen
Value
start
Gen
toJSON
GitHub
Quarks VFX
Documentation
Loading...