C# Class ArcherWindow, Lurk2015Testing

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing

Méthodes publiques

Свойство Type Description
directions DirectionFlags
fireDelay float
projectilePrefab LinearProjectile,
projectileSpeed float
range float

Private Properties

Свойство Type Description
FireRoutine IEnumerator
LookForPlayer Vector2

Méthodes publiques

Méthode Description
FireProjectile ( Vector2 direction ) : void
Start ( ) : void

Private Methods

Méthode Description
FireRoutine ( ) : IEnumerator
LookForPlayer ( ) : Vector2

Method Details

FireProjectile() public méthode

public FireProjectile ( Vector2 direction ) : void
direction Vector2
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

directions public_oe property

public DirectionFlags directions
Résultat DirectionFlags

fireDelay public_oe property

public float fireDelay
Résultat float

projectilePrefab public_oe property

public LinearProjectile, projectilePrefab
Résultat LinearProjectile,

projectileSpeed public_oe property

public float projectileSpeed
Résultat float

range public_oe property

public float range
Résultat float