C# Class EyeScript, Demonology

Inheritance: MonoBehaviour
Show file Open project: Qlevine20/Demonology Class Usage Examples

Public Properties

Property Type Description
BossObject GameObject
LeftEye GameObject
RightEye GameObject
bossMusic GameObject
divider int
normalMusic GameObject
radius int
speed float

Public Methods

Method Description
LateUpdate ( ) : void
Start ( ) : void
SwitchToBoss ( ) : IEnumerator

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

SwitchToBoss() public method

public SwitchToBoss ( ) : IEnumerator
return IEnumerator

Property Details

BossObject public property

public GameObject BossObject
return GameObject

LeftEye public property

public GameObject LeftEye
return GameObject

RightEye public property

public GameObject RightEye
return GameObject

bossMusic public property

public GameObject bossMusic
return GameObject

divider public property

public int divider
return int

normalMusic public property

public GameObject normalMusic
return GameObject

radius public property

public int radius
return int

speed public property

public float speed
return float