C# Class ProjectileAction, MagesOfBlight

Inheritance: LineBaseAction
Mostrar archivo Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Properties

Property Type Description
projectile BaseProjectile,
projectilePrefab BaseProjectile,
waitTimeBeforeCast float

Public Methods

Method Description
DoAction ( ) : bool
Init ( ) : void

Protected Methods

Method Description
CreateProjectile ( ) : void

Private Methods

Method Description
WaitAfterHit ( ) : IEnumerator
WaitBeforeCast ( ) : IEnumerator

Method Details

CreateProjectile() protected method

protected CreateProjectile ( ) : void
return void

DoAction() public method

public DoAction ( ) : bool
return bool

Init() public method

public Init ( ) : void
return void

Property Details

projectile public_oe property

public BaseProjectile, projectile
return BaseProjectile,

projectilePrefab public_oe property

public BaseProjectile, projectilePrefab
return BaseProjectile,

waitTimeBeforeCast public_oe property

public float waitTimeBeforeCast
return float