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