C# Class DirtLevel, FIcontent.Gaming.Enabler.phenomobilecharactermanager

Inheritance: MonoBehaviour
Datei anzeigen Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

Public Properties

Property Type Description
algaeParticle ParticleSystem
dirtObject GameObject

Public Methods

Method Description
BackgroundToggle ( bool enabled ) : void
LightToggle ( bool enabled ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ProcessDirtLevelEvent ( string eventId, string data ) : void
Update ( ) : void

Method Details

BackgroundToggle() public method

public BackgroundToggle ( bool enabled ) : void
enabled bool
return void

LightToggle() public method

public LightToggle ( bool enabled ) : void
enabled bool
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

ProcessDirtLevelEvent() public method

public ProcessDirtLevelEvent ( string eventId, string data ) : void
eventId string
data string
return void

Update() public method

public Update ( ) : void
return void

Property Details

algaeParticle public_oe property

public ParticleSystem algaeParticle
return ParticleSystem

dirtObject public_oe property

public GameObject dirtObject
return GameObject