DrawCapsule abstract method
void
DrawCapsule()
Draw a capsule with the center of its sphere caps at startPos and endPos
Implementation
void DrawCapsule(
Vector3StructType startPos,
Vector3StructType endPos,
num radius,
num slices,
num rings,
ColorStructType color,
);