C# Class ShadowController, Pharos

Inheritance: MonoBehaviour
Show file Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
DestroyMaskAfterCompletion bool
bodyInvisible bool
fadeTime float
mask GameObject
smoke ParticleSystem

Public Methods

Method Description
FixedUpdate ( ) : void
Kill ( ) : void
Start ( ) : void
destroy ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Kill() public method

public Kill ( ) : void
return void

Start() public method

public Start ( ) : void
return void

destroy() public method

public destroy ( ) : void
return void

Property Details

DestroyMaskAfterCompletion public property

public bool DestroyMaskAfterCompletion
return bool

bodyInvisible public property

public bool bodyInvisible
return bool

fadeTime public property

public float fadeTime
return float

mask public property

public GameObject mask
return GameObject

smoke public property

public ParticleSystem smoke
return ParticleSystem