C# Class ShadowController, Pharos

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool DestroyMaskAfterCompletion
return bool

bodyInvisible public_oe property

public bool bodyInvisible
return bool

fadeTime public_oe property

public float fadeTime
return float

mask public_oe property

public GameObject mask
return GameObject

smoke public_oe property

public ParticleSystem smoke
return ParticleSystem