C# Class TitleScriptClient

Inheritance: MonoBehaviour
Show file Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
Particle_Energy ParticleSystem
Particle_Title ParticleSystem
Push Animator
Title_Logo Animator
_logo FloatingObjects,
animators List
deckSelection GameObject
gameCamera GameObject
menu GameObject
planks GameObject

Public Methods

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

Private Methods

Method Description
BuildLogo ( ) : void
EnergyBall ( ) : void
SetFloatingLogo ( ) : void
TitleDisappear ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Particle_Energy public property

public ParticleSystem Particle_Energy
return ParticleSystem

Particle_Title public property

public ParticleSystem Particle_Title
return ParticleSystem

Push public property

public Animator Push
return Animator

Title_Logo public property

public Animator Title_Logo
return Animator

_logo public property

public FloatingObjects, _logo
return FloatingObjects,

animators public property

public List animators
return List

deckSelection public property

public GameObject deckSelection
return GameObject

gameCamera public property

public GameObject gameCamera
return GameObject

menu public property

public GameObject menu
return GameObject

planks public property

public GameObject planks
return GameObject