C# Class AutoTile, Viewport

Inheritance: MonoBehaviour
Mostrar archivo Open project: tws2xa/Viewport Class Usage Examples

Public Properties

Property Type Description
globalHeightScaleValue float
globalWidthScaleValue float

Public Methods

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

Private Methods

Method Description
UpdateTile ( ) : void
needUpdate ( ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

globalHeightScaleValue public_oe property

public float globalHeightScaleValue
return float

globalWidthScaleValue public_oe property

public float globalWidthScaleValue
return float