C# Class DestroyOnDeath, gateway2dwest

Inheritance: MonoBehaviour
ファイルを表示 Open project: stlgamedev/gateway2dwest

Public Properties

Property Type Description
objectToDestroyOnDeath GameObject
objectsToDisable GameObject[]

Public Methods

Method Description
DestroyObject ( ) : void
Die ( ) : void

Method Details

DestroyObject() public method

public DestroyObject ( ) : void
return void

Die() public method

public Die ( ) : void
return void

Property Details

objectToDestroyOnDeath public_oe property

public GameObject objectToDestroyOnDeath
return GameObject

objectsToDisable public_oe property

public GameObject[] objectsToDisable
return GameObject[]