C# Class StealthGem, angrygoats

Purpose: The stealth/purple gem. This is useful for speed runners as it causes you to be undetectable by enemies for a period of time.
Inheritance: GenericGem
ファイルを表示 Open project: dulb640/angrygoats

Public Properties

Property Type Description
isInvis bool
oldRoom GameObject

Public Methods

Method Description
castAnimation ( ) : void

Protected Methods

Method Description
Update ( ) : void
doEffect ( ) : void

Method Details

Update() protected method

protected Update ( ) : void
return void

castAnimation() public method

public castAnimation ( ) : void
return void

doEffect() protected method

protected doEffect ( ) : void
return void

Property Details

isInvis public_oe property

public bool isInvis
return bool

oldRoom public_oe property

public GameObject oldRoom
return GameObject