C# Class Obesrvable, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Methods

Method Description
Instantiate ( Observer, _observer ) : void

Construct with obesrver

Private Methods

Method Description
OnDestroy ( ) : void

On Death remove self from observer

Method Details

Instantiate() public method

Construct with obesrver
public Instantiate ( Observer, _observer ) : void
_observer Observer,
return void