C# Class CameraBounds, Hero48Game

Inheritance: MonoBehaviour
Exibir arquivo Open project: Aedalus/Hero48Game Class Usage Examples

Public Properties

Property Type Description
gameHeight float
gameWidth float

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameHeight public_oe property

public float gameHeight
return float

gameWidth public_oe property

public float gameWidth
return float