C# Class ArcherWindow, Lurk2015Testing

Inheritance: MonoBehaviour
Datei anzeigen Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
directions DirectionFlags
fireDelay float
projectilePrefab LinearProjectile,
projectileSpeed float
range float

Private Properties

Property Type Description
FireRoutine IEnumerator
LookForPlayer Vector2

Public Methods

Method Description
FireProjectile ( Vector2 direction ) : void
Start ( ) : void

Private Methods

Method Description
FireRoutine ( ) : IEnumerator
LookForPlayer ( ) : Vector2

Method Details

FireProjectile() public method

public FireProjectile ( Vector2 direction ) : void
direction Vector2
return void

Start() public method

public Start ( ) : void
return void

Property Details

directions public_oe property

public DirectionFlags directions
return DirectionFlags

fireDelay public_oe property

public float fireDelay
return float

projectilePrefab public_oe property

public LinearProjectile, projectilePrefab
return LinearProjectile,

projectileSpeed public_oe property

public float projectileSpeed
return float

range public_oe property

public float range
return float