C# Class Tiling, Attack-on-Tapir

Inheritance: MonoBehaviour
Show file 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 property

public bool hasLeftBuddy
return bool

hasRightBuddy public property

public bool hasRightBuddy
return bool

offsetX public property

public int offsetX
return int

reverseScale public property

public bool reverseScale
return bool