C# Class ResizeToWindow, ES2015F

Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015F

Public Properties

Property Type Description
height float
heightPercent float
padding float
spacing float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

height public property

public float height
return float

heightPercent public property

public float heightPercent
return float

padding public property

public float padding
return float

spacing public property

public float spacing
return float