BeginMode3D method

void BeginMode3D(
  1. Camera3DC camera
)

Implementation

void BeginMode3D(Camera3DC camera) {
  return _BeginMode3D(camera);
}