C# Class inkObjectPuzzle

Inheritance: MonoBehaviour
Afficher le fichier Open project: jsngai/deepsquid

Méthodes publiques

Свойство Type Description
activated bool
hasAnOrb bool
timer float

Méthodes publiques

Méthode Description
OnParticleCollision ( GameObject other ) : void
Start ( ) : void
Update ( ) : void
toggleHasAnOrb ( ) : void

Method Details

OnParticleCollision() public méthode

public OnParticleCollision ( GameObject other ) : void
other GameObject
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

toggleHasAnOrb() public méthode

public toggleHasAnOrb ( ) : void
Résultat void

Property Details

activated public_oe property

public bool activated
Résultat bool

hasAnOrb public_oe property

public bool hasAnOrb
Résultat bool

timer public_oe property

public float timer
Résultat float