GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
FunctionValueGenerator
Interface FunctionValueGenerator
interface
FunctionValueGenerator
{
type
:
"function"
;
clone
()
:
FunctionValueGenerator
;
genValue
(
memory
:
GeneratorMemory
,
t
:
number
)
:
number
;
startGen
(
memory
:
GeneratorMemory
)
:
void
;
toJSON
()
:
FunctionJSON
;
}
Implemented by
PiecewiseBezier
Index
Properties
type
Methods
clone
gen
Value
start
Gen
toJSON
Properties
type
type
:
"function"
Methods
clone
clone
()
:
FunctionValueGenerator
Returns
FunctionValueGenerator
gen
Value
genValue
(
memory
:
GeneratorMemory
,
t
:
number
)
:
number
Parameters
memory
:
GeneratorMemory
t
:
number
Returns
number
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...