C# Class AI_WaterEleAttack, scriptcaster

Inheritance: MonoBehaviour
Afficher le fichier Open project: crazymeeshu/scriptcaster

Méthodes publiques

Свойство Type Description
isDetected bool
sightEnd Transform
sightStart Transform

Méthodes publiques

Méthode Description
Attack ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Attack() public méthode

public Attack ( ) : void
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

isDetected public_oe property

public bool isDetected
Résultat bool

sightEnd public_oe property

public Transform sightEnd
Résultat Transform

sightStart public_oe property

public Transform sightStart
Résultat Transform