C# Class Tiling, Attack-on-Tapir

Inheritance: MonoBehaviour
Exibir arquivo Open project: cortexarts/Attack-on-Tapir Class Usage Examples

Public Properties

Property Type Description
hasLeftBuddy bool
hasRightBuddy bool
offsetX int
reverseScale bool

Public Methods

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

makeBuddy() public method

public makeBuddy ( int RoL ) : void
RoL int
return void

Property Details

hasLeftBuddy public_oe property

public bool hasLeftBuddy
return bool

hasRightBuddy public_oe property

public bool hasRightBuddy
return bool

offsetX public_oe property

public int offsetX
return int

reverseScale public_oe property

public bool reverseScale
return bool