class TubeEffect
Defined in:
The C4Effects.h
TubeEffect
class represents a polyboard tube effect node in a world.
Definition
class TubeEffect : public Effect
Constructor
TubeEffect(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
Effect |
A tube effect is a specific type of effect. |
See Also