- affectsParameter
bool affectsParameter(Parameter param)
Gets whether the given parameter is affected by
this driver.
- onDefineProperties
void onDefineProperties(PropertyStore propList)
Called when the node is to define its properties.
- onDeserialize
void onDeserialize(DataNode object, ModelState state)
Deserializes this node from a DataNode.
- onFinalize
void onFinalize(ModelState state)
Called when the node is to finalize its deserialization from disk.
- onPreUpdate
void onPreUpdate(DrawList drawList)
Called during the early update phase of a new frame.
- onSerialize
void onSerialize(DataNode object)
Serializes this node to a DataNode.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateAnchors
void updateAnchors()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateDriver
void updateDriver(float delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateInputs
void updateInputs()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateOutputs
void updateOutputs()
Undocumented in source. Be warned that the author may not have intended to support it.
- affectedParameters
Parameter[] affectedParameters [@property getter]
The affected parameters of the driver.
- finalAngleDamping
float finalAngleDamping [@property getter]
- finalFrequency
float finalFrequency [@property getter]
- finalGravity
float finalGravity [@property getter]
- finalLength
float finalLength [@property getter]
- finalLengthDamping
float finalLengthDamping [@property getter]
- finalOutputScale
vec2 finalOutputScale [@property getter]
- modelType
PhysicsModel modelType [@property getter]
The physics model to apply.
- modelType
PhysicsModel modelType [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- param
Parameter param [@property getter]
The parameter that the physics system affects.
- param
Parameter param [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
float scale [@property getter]
Simple Physics Node