class TubeEffectObject
Defined in:  
The C4Effects.hTubeEffectObject class encapsulates data pertaining to a polyboard tube effect.
Definition
class TubeEffectObject : public EffectObject
Constructor
TubeEffectObject(const Path *path, float radius, const ColorRGBA& color, const char *textureName = nullptr);
Parameters
| path | The path along which the tube is created. | 
| radius | The radius of the tube. | 
| color | The color of the tube. | 
| textureName | The name of the texture applied to the tube. | 
Description
Base Classes
| EffectObject | A TubeEffectObjectis an object that can be shared by multiple tube effect nodes. | 
See Also
