DrawPoint3D abstract method

void DrawPoint3D(
  1. Vector3StructType position,
  2. ColorStructType color
)

Implementation

void DrawPoint3D(
  Vector3StructType position,
  ColorStructType color,
);