C# Class MovingAbility, Final_Project_Main

Inheritance: MonoBehaviour
Afficher le fichier Open project: framadan/Final_Project_Main Class Usage Examples

Méthodes publiques

Свойство Type Description
damage float
speed float

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

damage public_oe property

public float damage
Résultat float

speed public_oe property

public float speed
Résultat float