Camera
Extends: Camera2D
Description
The wrapper class that adjusts the Camera2D class for use in Dungeondraft.
Accessed by Global.Exporter
.
Properties
bool | IsPanning |
Methods
void | Pan ( Vector2 position ) |
void | SetZoom ( float zoom ) |
void | SetRawZoom ( float zoom ) |
void | MouseZoom ( float zoom ) |
Property Descriptions
- bool IsPanning:
Get if the camera is being panned.
Method Descriptions
- void SetRawZoom ( float zoom ):
Zoom the camera using raw values.