ColorInterpolationSegment
from panda3d.physics import ColorInterpolationSegment
- class ColorInterpolationSegment
Bases:
ReferenceCount
Inheritance diagram
- __init__(*args, **kwargs)
- getFunction()
C++ Interface: get_function(ColorInterpolationSegment self)
// INLINE ColorInterpolationFunction* get_function() const;
- getId()
C++ Interface: get_id(ColorInterpolationSegment self)
- getTimeBegin()
C++ Interface: get_time_begin(ColorInterpolationSegment self)
- getTimeEnd()
C++ Interface: get_time_end(ColorInterpolationSegment self)
- get_function()
C++ Interface: get_function(ColorInterpolationSegment self)
// INLINE ColorInterpolationFunction* get_function() const;
- get_id()
C++ Interface: get_id(ColorInterpolationSegment self)
- get_time_begin()
C++ Interface: get_time_begin(ColorInterpolationSegment self)
- get_time_end()
C++ Interface: get_time_end(ColorInterpolationSegment self)
- isEnabled()
C++ Interface: is_enabled(ColorInterpolationSegment self)
- isModulated()
C++ Interface: is_modulated(ColorInterpolationSegment self)
- is_enabled()
C++ Interface: is_enabled(ColorInterpolationSegment self)
- is_modulated()
C++ Interface: is_modulated(ColorInterpolationSegment self)
- setEnabled()
C++ Interface: set_enabled(const ColorInterpolationSegment self, bool enabled)
- setIsModulated()
C++ Interface: set_is_modulated(const ColorInterpolationSegment self, bool flag)
- setTimeBegin()
C++ Interface: set_time_begin(const ColorInterpolationSegment self, float time)
- setTimeEnd()
C++ Interface: set_time_end(const ColorInterpolationSegment self, float time)
- set_enabled()
C++ Interface: set_enabled(const ColorInterpolationSegment self, bool enabled)
- set_is_modulated()
C++ Interface: set_is_modulated(const ColorInterpolationSegment self, bool flag)
- set_time_begin()
C++ Interface: set_time_begin(const ColorInterpolationSegment self, float time)
- set_time_end()
C++ Interface: set_time_end(const ColorInterpolationSegment self, float time)