DrawCylinderEx abstract method
void
DrawCylinderEx()
Draw a cylinder with base at startPos and top at endPos
Implementation
void DrawCylinderEx(
Vector3StructType startPos,
Vector3StructType endPos,
num startRadius,
num endRadius,
num sides,
ColorStructType color,
);