C# Class BaseProjectile, MagesOfBlight

Inheritance: MonoBehaviour, IDamaging
Afficher le fichier Open project: DomCristaldi/MagesOfBlight Class Usage Examples

Méthodes publiques

Свойство Type Description
action ProjectileAction,
damage float
speed float
target Transform

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CheckProximity ( ) : bool
DealDamage ( ) : void
DestroySelf ( ) : void
Update ( ) : void

Method Details

CheckProximity() public méthode

public CheckProximity ( ) : bool
Résultat bool

DealDamage() public méthode

public DealDamage ( ) : void
Résultat void

DestroySelf() public méthode

public DestroySelf ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

action public_oe property

public ProjectileAction, action
Résultat ProjectileAction,

damage public_oe property

public float damage
Résultat float

speed public_oe property

public float speed
Résultat float

target public_oe property

public Transform target
Résultat Transform