DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.De2D.De2DCamera Class Reference

Sets up the 2D orthographic camera it's attached to More...

Inheritance diagram for DG.De2D.De2DCamera:

Public Types

enum  OrthoMode { OrthoMode.FixedHeight, OrthoMode.FixedWidth }
 

Public Member Functions

void Adapt ()
 

Public Attributes

bool editorAutoRefresh = false
 
OrthoMode orthoMode = OrthoMode.FixedHeight
 
int ppu = 100
 
int targetSize = 960
 

Detailed Description

Sets up the 2D orthographic camera it's attached to

Member Enumeration Documentation

Enumerator
FixedHeight 
FixedWidth 

Member Function Documentation

void DG.De2D.De2DCamera.Adapt ( )

Member Data Documentation

bool DG.De2D.De2DCamera.editorAutoRefresh = false
OrthoMode DG.De2D.De2DCamera.orthoMode = OrthoMode.FixedHeight
int DG.De2D.De2DCamera.ppu = 100
int DG.De2D.De2DCamera.targetSize = 960

The documentation for this class was generated from the following file: