API reference
API reference
Select your platform
No SDKs available
No versions available

ArcTubeVisual Class

Extends MonoBehaviour
Populates a TubeRenderer with the points to draw the section of a circle

Protected Fields

bool _started[Get]

Protected Functions

virtual void Start ( )

Member Functions

void InjectAllArcTubeVisual
( TubeRenderer tubeRenderer,
float radius,
float minAngle,
float maxAngle )
void InjectTubeRenderer
( TubeRenderer tubeRenderer )
void InjectRadius
( float radius )
void InjectMinAngle
( float minAngle )
void InjectMaxAngle
( float maxAngle )
Did you find this page helpful?