C# Class ShadowController, Pharos

Inheritance: MonoBehaviour
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
DestroyMaskAfterCompletion bool
bodyInvisible bool
fadeTime float
mask GameObject
smoke ParticleSystem

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Kill ( ) : void
Start ( ) : void
destroy ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Kill() public méthode

public Kill ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

destroy() public méthode

public destroy ( ) : void
Résultat void

Property Details

DestroyMaskAfterCompletion public_oe property

public bool DestroyMaskAfterCompletion
Résultat bool

bodyInvisible public_oe property

public bool bodyInvisible
Résultat bool

fadeTime public_oe property

public float fadeTime
Résultat float

mask public_oe property

public GameObject mask
Résultat GameObject

smoke public_oe property

public ParticleSystem smoke
Résultat ParticleSystem