C# Class LightningEffect, TheDeadMemories

Inheritance: MonoBehaviour
Afficher le fichier Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Méthodes publiques

Свойство Type Description
lightning Light
lightningSound UnityEngine.AudioClip
player PlayerController,
thunder bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
setThunder ( bool b ) : void
setVelocity ( int v ) : void

Private Methods

Méthode Description
ResetTimeForRefresh ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setThunder() public méthode

public setThunder ( bool b ) : void
b bool
Résultat void

setVelocity() public méthode

public setVelocity ( int v ) : void
v int
Résultat void

Property Details

lightning public_oe property

public Light lightning
Résultat Light

lightningSound public_oe property

public AudioClip,UnityEngine lightningSound
Résultat UnityEngine.AudioClip

player public_oe property

public PlayerController, player
Résultat PlayerController,

thunder public_oe property

public bool thunder
Résultat bool