C# Class GameCamera, gamejam14

Inheritance: MonoBehaviour
Afficher le fichier Open project: TeamLativa/gamejam14 Class Usage Examples

Méthodes publiques

Свойство Type Description
Ground GameObject
Player1 GameObject
Player2 GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
LateUpdate ( ) : void

Private Methods

Méthode Description
IncrementTowards ( float n, float target, float a ) : float

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Property Details

Ground public_oe property

public GameObject Ground
Résultat GameObject

Player1 public_oe property

public GameObject Player1
Résultat GameObject

Player2 public_oe property

public GameObject Player2
Résultat GameObject