C# Class Aeonur, SpaceCOG-Prototype

Inheritance: MonoBehaviour
Afficher le fichier Open project: kalby/SpaceCOG-Prototype Class Usage Examples

Méthodes publiques

Свойство Type Description
aeonurAnimation GameObject
eyePosition GameObject
fireRange float
fireRate float
lineRender UnityEngine.LineRenderer
maxDistance float
pl ArrayList
speed float
targetedPlayer GameObject

Méthodes publiques

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

Private Methods

Méthode Description
CalculateDamageDealt ( ) : int

Method Details

FindTarget() public méthode

public FindTarget ( ) : void
Résultat void

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

aeonurAnimation public_oe property

public GameObject aeonurAnimation
Résultat GameObject

eyePosition public_oe property

public GameObject eyePosition
Résultat GameObject

fireRange public_oe property

public float fireRange
Résultat float

fireRate public_oe property

public float fireRate
Résultat float

lineRender public_oe property

public LineRenderer,UnityEngine lineRender
Résultat UnityEngine.LineRenderer

maxDistance public_oe property

public float maxDistance
Résultat float

pl public_oe property

public ArrayList pl
Résultat ArrayList

speed public_oe property

public float speed
Résultat float

targetedPlayer public_oe property

public GameObject targetedPlayer
Résultat GameObject