Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (const ColorInterpolationSegment s) | |
TypedReferenceCount | getFunction () |
int | getId () |
float | getTimeBegin () |
float | getTimeEnd () |
bool | isEnabled () |
bool | isModulated () |
setEnabled (const bool enabled) | |
setFunction (ColorInterpolationFunction function) | |
setIsModulated (const bool flag) | |
setTimeBegin (const float time) | |
setTimeEnd (const float time) | |
![]() | |
int | getRefCount () |
Returns the current reference count. More... | |
ref () | |
Explicitly increments the reference count. More... | |
bool | testRefCountIntegrity () |
Does some easy checks to make sure that the reference count isn't completely bogus. More... | |
bool | testRefCountNonzero () |
Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More... | |
bool | unref () |
Explicitly decrements the reference count. More... | |
Additional Inherited Members | |
![]() | |
static TypeHandle | getClassType () |
![]() | |
int | ref_count |
The current reference count. More... | |
__init__ | ( | const ColorInterpolationSegment | s | ) |
TypedReferenceCount getFunction | ( | ) |
int getId | ( | ) |
float getTimeBegin | ( | ) |
float getTimeEnd | ( | ) |
bool isEnabled | ( | ) |
bool isModulated | ( | ) |
setEnabled | ( | const bool | enabled | ) |
setFunction | ( | ColorInterpolationFunction | function | ) |
setIsModulated | ( | const bool | flag | ) |
setTimeBegin | ( | const float | time | ) |
setTimeEnd | ( | const float | time | ) |