DrawPoint3D function

void DrawPoint3D(
  1. Vector3D position,
  2. ColorD color
)

See RaylibCoreFlatModule.DrawPoint3D.

Implementation

void DrawPoint3D(
  Vector3D position,
  ColorD color,
) => _module.DrawPoint3D(position, color);