C# Class NoExGlobalExamplePublisher, TemaranUnityMessenger

This script is responsible for sending the example message each update loop, as well as create additional listeners
Inheritance: MonoBehaviour
Datei anzeigen Open project: Temaran/TemaranUnityMessenger

Public Properties

Property Type Description
LolPrefab GameObject

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

LolPrefab public_oe property

public GameObject LolPrefab
return GameObject