C# Class LaunchSongZone, Unity-ITGHD

Inheritance: MonoBehaviour
Mostra file Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
Explode1 ParticleSystem
Explode2 ParticleSystem
Explode3 ParticleSystem
activeModule bool
launchSong UnityEngine.AudioClip
posArtist Rect
posBestScore Rect
posLabelLoading Rect
posSongTitle Rect
posStepArtist Rect
posSubTitle Rect
posTopProfileScore Rect
speedAlphaBlack float
speedAlphaSongLaunch float

Public Methods

Method Description
GUIModule ( ) : void
Start ( ) : void
Update ( ) : void
activate ( ) : void
appear ( ) : void

Method Details

GUIModule() public method

public GUIModule ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activate() public method

public activate ( ) : void
return void

appear() public method

public appear ( ) : void
return void

Property Details

Explode1 public_oe property

public ParticleSystem Explode1
return ParticleSystem

Explode2 public_oe property

public ParticleSystem Explode2
return ParticleSystem

Explode3 public_oe property

public ParticleSystem Explode3
return ParticleSystem

activeModule public_oe property

public bool activeModule
return bool

launchSong public_oe property

public AudioClip,UnityEngine launchSong
return UnityEngine.AudioClip

posArtist public_oe property

public Rect posArtist
return Rect

posBestScore public_oe property

public Rect posBestScore
return Rect

posLabelLoading public_oe property

public Rect posLabelLoading
return Rect

posSongTitle public_oe property

public Rect posSongTitle
return Rect

posStepArtist public_oe property

public Rect posStepArtist
return Rect

posSubTitle public_oe property

public Rect posSubTitle
return Rect

posTopProfileScore public_oe property

public Rect posTopProfileScore
return Rect

speedAlphaBlack public_oe property

public float speedAlphaBlack
return float

speedAlphaSongLaunch public_oe property

public float speedAlphaSongLaunch
return float