C# Class BaseProjectile, MagesOfBlight

Inheritance: MonoBehaviour, IDamaging
Exibir arquivo 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_oe property

public ProjectileAction, action
return ProjectileAction,

damage public_oe property

public float damage
return float

speed public_oe property

public float speed
return float

target public_oe property

public Transform target
return Transform