C# Class Assets.Scripts.Weapons.Bullet

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: EricFreeman/DungeonGame Class Usage Examples

Méthodes publiques

Свойство Type Description
Damage int
IsFriendly bool
Speed float

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
OnTriggerEnter ( Collider col ) : void

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Damage public_oe property

public int Damage
Résultat int

IsFriendly public_oe property

public bool IsFriendly
Résultat bool

Speed public_oe property

public float Speed
Résultat float