|
| PUDynamicAttributeOscillate (void) |
| Constructor. More...
|
|
| PUDynamicAttributeOscillate (const PUDynamicAttributeOscillate &dynamicAttributeOscillate) |
| Copy constructor. More...
|
|
| ~PUDynamicAttributeOscillate (void) |
| Destructor. More...
|
|
virtual float | getValue (float x=0) override |
| Todo. More...
|
|
var | getValue ( var 0) |
| Todo. More...
|
|
local | getValue ( local 0) |
| Todo. More...
|
|
OscillationType | getOscillationType (void) const |
| Get and set the OscillationType. More...
|
|
local | getOscillationType () |
| Get and set the OscillationType. More...
|
|
void | setOscillationType (OscillationType oscillationType) |
float | getFrequency (void) const |
| Get and set the Frequency. More...
|
|
void | setFrequency (float frequency) |
float | getPhase (void) const |
| Get and set the Phase. More...
|
|
void | setPhase (float phase) |
float | getBase (void) const |
| Get and set the Base. More...
|
|
var | getBase () |
| Get and set the Base. More...
|
|
local | getBase () |
| Get and set the Base. More...
|
|
void | setBase (float base) |
float | getAmplitude (void) const |
| Get and set the Amplitude. More...
|
|
var | getAmplitude () |
| Get and set the Amplitude. More...
|
|
local | getAmplitude () |
| Get and set the Amplitude. More...
|
|
void | setAmplitude (float amplitude) |
virtual
PUDynamicAttributeOscillate * | clone () override |
local | clone () |
virtual void | copyAttributesTo (PUDynamicAttribute *dynamicAttribute) override |
var | copyAttributesTo ( var dynamicAttribute) |
local | copyAttributesTo ( local dynamicAttribute) |
| PUDynamicAttribute (void) |
| Constructor. More...
|
|
virtual | ~PUDynamicAttribute (void) |
| Destructor. More...
|
|
DynamicAttributeType | getType (void) const |
| Todo. More...
|
|
void | setType (DynamicAttributeType type) |
| Todo. More...
|
|
bool | isValueChangedExternally (void) const |
| Returns true if one of the attributes was changed by an external source. More...
|
|
void | retain () |
| Retains the ownership. More...
|
|
void | release () |
| Releases the ownership immediately. More...
|
|
Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More...
|
|
unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More...
|
|
virtual | ~Ref () |
| Destructor. More...
|
|