C# Class Assets.Scripts.Enemy.EnemyRangedAttack

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: EricFreeman/DungeonGame

Public Properties

Property Type Description
Damage int
MinDistance float
Projectile UnityEngine.GameObject
Tip UnityEngine.GameObject

Public Methods

Method Description
Attack ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Attack() public method

public Attack ( ) : void
return void

Property Details

Damage public_oe property

public int Damage
return int

MinDistance public_oe property

public float MinDistance
return float

Projectile public_oe property

public GameObject,UnityEngine Projectile
return UnityEngine.GameObject

Tip public_oe property

public GameObject,UnityEngine Tip
return UnityEngine.GameObject