C# Class BaseProjectile, MagesOfBlight

Inheritance: MonoBehaviour, IDamaging
Show file Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Public Properties

Property Type Description
action ProjectileAction,
damage float
speed float
target Transform

Private Properties

Property Type Description

Public Methods

Method Description
CheckProximity ( ) : bool
DealDamage ( ) : void
DestroySelf ( ) : void
Update ( ) : void

Method Details

CheckProximity() public method

public CheckProximity ( ) : bool
return bool

DealDamage() public method

public DealDamage ( ) : void
return void

DestroySelf() public method

public DestroySelf ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

action public property

public ProjectileAction, action
return ProjectileAction,

damage public property

public float damage
return float

speed public property

public float speed
return float

target public property

public Transform target
return Transform