C# Class Tiling, Attack-on-Tapir

Inheritance: MonoBehaviour
Afficher le fichier Open project: cortexarts/Attack-on-Tapir Class Usage Examples

Méthodes publiques

Свойство Type Description
hasLeftBuddy bool
hasRightBuddy bool
offsetX int
reverseScale bool

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
makeBuddy ( int RoL ) : 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

makeBuddy() public méthode

public makeBuddy ( int RoL ) : void
RoL int
Résultat void

Property Details

hasLeftBuddy public_oe property

public bool hasLeftBuddy
Résultat bool

hasRightBuddy public_oe property

public bool hasRightBuddy
Résultat bool

offsetX public_oe property

public int offsetX
Résultat int

reverseScale public_oe property

public bool reverseScale
Résultat bool