DrawPlane abstract method

void DrawPlane(
  1. Vector3StructType centerPos,
  2. Vector2StructType size,
  3. ColorStructType color
)

Implementation

void DrawPlane(
  Vector3StructType centerPos,
  Vector2StructType size,
  ColorStructType color,
);