C# Class ArcherWindow, Lurk2015Testing

Inheritance: MonoBehaviour
Show file 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 property

public DirectionFlags directions
return DirectionFlags

fireDelay public property

public float fireDelay
return float

projectilePrefab public property

public LinearProjectile, projectilePrefab
return LinearProjectile,

projectileSpeed public property

public float projectileSpeed
return float

range public property

public float range
return float