C# Class EyeScript, Demonology

Inheritance: MonoBehaviour
Afficher le fichier Open project: Qlevine20/Demonology Class Usage Examples

Méthodes publiques

Свойство Type Description
BossObject GameObject
LeftEye GameObject
RightEye GameObject
bossMusic GameObject
divider int
normalMusic GameObject
radius int
speed float

Méthodes publiques

Méthode Description
LateUpdate ( ) : void
Start ( ) : void
SwitchToBoss ( ) : IEnumerator

Method Details

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

SwitchToBoss() public méthode

public SwitchToBoss ( ) : IEnumerator
Résultat IEnumerator

Property Details

BossObject public_oe property

public GameObject BossObject
Résultat GameObject

LeftEye public_oe property

public GameObject LeftEye
Résultat GameObject

RightEye public_oe property

public GameObject RightEye
Résultat GameObject

bossMusic public_oe property

public GameObject bossMusic
Résultat GameObject

divider public_oe property

public int divider
Résultat int

normalMusic public_oe property

public GameObject normalMusic
Résultat GameObject

radius public_oe property

public int radius
Résultat int

speed public_oe property

public float speed
Résultat float