C# Class EyeScript, Demonology

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public GameObject BossObject
return GameObject

LeftEye public_oe property

public GameObject LeftEye
return GameObject

RightEye public_oe property

public GameObject RightEye
return GameObject

bossMusic public_oe property

public GameObject bossMusic
return GameObject

divider public_oe property

public int divider
return int

normalMusic public_oe property

public GameObject normalMusic
return GameObject

radius public_oe property

public int radius
return int

speed public_oe property

public float speed
return float