Interface CameraSetupCallback
public interface CameraSetupCallback
Callback called when the GameRenderer sets up the Camera.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<CameraSetupCallback> -
Method Summary
-
Field Details
-
EVENT
-
-
Method Details
-
onCameraSetup
- Parameters:
info- holds the camera data. Modify its fields.- Returns:
- true to cancel further processing
-