C# Class RatioCameraManager, Malisse

Inheritance: CameraManager
Show file Open project: Collegiennes/Malisse

Public Properties

Property Type Description
m_DrawGizmos bool
m_GizmosBorderColor Color
m_ScreenGameRatio float

Public Methods

Method Description
OnDrawGizmos ( ) : void

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

m_DrawGizmos public property

public bool m_DrawGizmos
return bool

m_GizmosBorderColor public property

public Color m_GizmosBorderColor
return Color

m_ScreenGameRatio public property

public float m_ScreenGameRatio
return float