C# Class CameraBounds, Hero48Game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Aedalus/Hero48Game Class Usage Examples

Méthodes publiques

Свойство Type Description
gameHeight float
gameWidth float

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameHeight public_oe property

public float gameHeight
Résultat float

gameWidth public_oe property

public float gameWidth
Résultat float