SimplePhysics.affectsParameter

Gets whether the given parameter is affected by this driver.

class SimplePhysics
@nogc final
bool
affectsParameter
(
ref Parameter param
)

Parameters

param Parameter

The parameter to query.

Return Value

Type: bool

true if the parameter is affected by the driver, false otherwise.

Meta