C# Class getWidthCar, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor

Méthodes publiques

Свойство Type Description
left GameObject
right GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
carCenter ( ) : float
carWidth ( ) : float

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

carCenter() public méthode

public carCenter ( ) : float
Résultat float

carWidth() public méthode

public carWidth ( ) : float
Résultat float

Property Details

left public_oe property

public GameObject left
Résultat GameObject

right public_oe property

public GameObject right
Résultat GameObject