Elin Modding Docs Doc
|
Public Types | |
enum | Divider { None , Floor , Round , Ceil , Odd } |
Public Member Functions | |
void | ResizeCameraToPixelPerfect () |
void | OnChangeResolution () |
float | GetOrthoSize () |
Public Attributes | |
Camera | cam |
Vector3 | renderPos |
GameScreen | screen |
ScreenGrading | grading |
Upscaler | upscaler |
CameraSupport.Divider | divier |
bool | snap |
float | PixelsPerUnit = 100f |
TiltShift | tiltShift |
BloomOptimized | bloom |
Beautify | beautify |
Kuwahara | kuwahara |
GaussianBlur | blur |
float | Zoom = 1f |
Definition at line 8 of file CameraSupport.cs.
enum CameraSupport.Divider |
Definition at line 90 of file CameraSupport.cs.
float CameraSupport.GetOrthoSize | ( | ) |
Definition at line 22 of file CameraSupport.cs.
void CameraSupport.OnChangeResolution | ( | ) |
Definition at line 17 of file CameraSupport.cs.
void CameraSupport.ResizeCameraToPixelPerfect | ( | ) |
Definition at line 11 of file CameraSupport.cs.
Beautify CameraSupport.beautify |
Definition at line 77 of file CameraSupport.cs.
BloomOptimized CameraSupport.bloom |
Definition at line 74 of file CameraSupport.cs.
GaussianBlur CameraSupport.blur |
Definition at line 83 of file CameraSupport.cs.
Camera CameraSupport.cam |
Definition at line 47 of file CameraSupport.cs.
CameraSupport.Divider CameraSupport.divier |
Definition at line 62 of file CameraSupport.cs.
ScreenGrading CameraSupport.grading |
Definition at line 56 of file CameraSupport.cs.
Kuwahara CameraSupport.kuwahara |
Definition at line 80 of file CameraSupport.cs.
float CameraSupport.PixelsPerUnit = 100f |
Definition at line 68 of file CameraSupport.cs.
Vector3 CameraSupport.renderPos |
Definition at line 50 of file CameraSupport.cs.
GameScreen CameraSupport.screen |
Definition at line 53 of file CameraSupport.cs.
bool CameraSupport.snap |
Definition at line 65 of file CameraSupport.cs.
TiltShift CameraSupport.tiltShift |
Definition at line 71 of file CameraSupport.cs.
Upscaler CameraSupport.upscaler |
Definition at line 59 of file CameraSupport.cs.
float CameraSupport.Zoom = 1f |
Definition at line 87 of file CameraSupport.cs.