C# Class LightningEffect, TheDeadMemories

Inheritance: MonoBehaviour
Show file Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Properties

Property Type Description
lightning Light
lightningSound UnityEngine.AudioClip
player PlayerController,
thunder bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
setThunder ( bool b ) : void
setVelocity ( int v ) : void

Private Methods

Method Description
ResetTimeForRefresh ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setThunder() public method

public setThunder ( bool b ) : void
b bool
return void

setVelocity() public method

public setVelocity ( int v ) : void
v int
return void

Property Details

lightning public property

public Light lightning
return Light

lightningSound public property

public AudioClip,UnityEngine lightningSound
return UnityEngine.AudioClip

player public property

public PlayerController, player
return PlayerController,

thunder public property

public bool thunder
return bool