Torque3D Documentation / _generateds / SimResponseCurve

SimResponseCurve

Engine/source/math/util/tResponseCurve.h

More...

Private Types

Parent 

Public Attributes

Public Functions

addPoint(F32 value, F32 time)
bool

Called when the object is added to the sim.

Called when the object is removed from the sim.

Detailed Description

Private Types

typedef SimObject Parent 

Public Attributes

ResponseCurve< F32 > mCurve 

Public Functions

SimResponseCurve()

addPoint(F32 value, F32 time)

clear()

DECLARE_CONOBJECT(SimResponseCurve )

getValue(F32 time)

onAdd()

Reimplemented from: SimObject

onRemove()

Reimplemented from: SimObject