C# Class EnemyRangedShot, JuniorProject

Inheritance: MonoBehaviour
ファイルを表示 Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
postShotCoolDownTime float
preShotAnimationTime float
shooting bool

Public Methods

Method Description
RangedShot ( ) : void
Start ( ) : void

Private Methods

Method Description
RangedShotCO ( ) : IEnumerator

Method Details

RangedShot() public method

public RangedShot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

postShotCoolDownTime public_oe property

public float postShotCoolDownTime
return float

preShotAnimationTime public_oe property

public float preShotAnimationTime
return float

shooting public_oe property

public bool shooting
return bool