C# Class inkObjectPuzzle

Inheritance: MonoBehaviour
Show file Open project: jsngai/deepsquid

Public Properties

Property Type Description
activated bool
hasAnOrb bool
timer float

Public Methods

Method Description
OnParticleCollision ( GameObject other ) : void
Start ( ) : void
Update ( ) : void
toggleHasAnOrb ( ) : void

Method Details

OnParticleCollision() public method

public OnParticleCollision ( GameObject other ) : void
other GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

toggleHasAnOrb() public method

public toggleHasAnOrb ( ) : void
return void

Property Details

activated public property

public bool activated
return bool

hasAnOrb public property

public bool hasAnOrb
return bool

timer public property

public float timer
return float