C# Class LightningEffect, TheDeadMemories

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Light lightning
return Light

lightningSound public_oe property

public AudioClip,UnityEngine lightningSound
return UnityEngine.AudioClip

player public_oe property

public PlayerController, player
return PlayerController,

thunder public_oe property

public bool thunder
return bool