C# Class _AttackBox, Rookery

Inheritance: MonoBehaviour
Exibir arquivo Open project: AIESeattleGameArt/Rookery

Public Properties

Property Type Description
leftX float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
_AttackBox ( float slx, float srx, float stz, float sbz ) : System.Collections

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

_AttackBox() public method

public _AttackBox ( float slx, float srx, float stz, float sbz ) : System.Collections
slx float
srx float
stz float
sbz float
return System.Collections

Property Details

leftX public_oe property

public float leftX
return float