BeginMode2D method

void BeginMode2D(
  1. Camera2DC camera
)

Implementation

void BeginMode2D(Camera2DC camera) {
  return _BeginMode2D(camera);
}