C# Class earthEnemyCasting, scriptcaster

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool active
return bool

detect public_oe property

public AI_PlayerDetection, detect
return AI_PlayerDetection,

fireInterval public_oe property

public float fireInterval
return float

projSpeed public_oe property

public float projSpeed
return float

spell public_oe property

public Transform spell
return Transform