C# Class EnemyCasting, scriptcaster

Inheritance: MonoBehaviour
Show file Open project: crazymeeshu/scriptcaster

Public Properties

Property Type Description
active bool
detect AI_PlayerDetection,
fireInterval float
projSpeed float
spell Transform

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
fireAtInterval ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

active public property

public bool active
return bool

detect public property

public AI_PlayerDetection, detect
return AI_PlayerDetection,

fireInterval public property

public float fireInterval
return float

projSpeed public property

public float projSpeed
return float

spell public property

public Transform spell
return Transform