C# Class TitleScriptClient

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

public ParticleSystem Particle_Energy
return ParticleSystem

Particle_Title public_oe property

public ParticleSystem Particle_Title
return ParticleSystem

Push public_oe property

public Animator Push
return Animator

Title_Logo public_oe property

public Animator Title_Logo
return Animator

_logo public_oe property

public FloatingObjects, _logo
return FloatingObjects,

animators public_oe property

public List animators
return List

deckSelection public_oe property

public GameObject deckSelection
return GameObject

gameCamera public_oe property

public GameObject gameCamera
return GameObject

menu public_oe property

public GameObject menu
return GameObject

planks public_oe property

public GameObject planks
return GameObject