C# Class SpilGames.Unity.Utils.UnityEditor.SpilEvent

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: spilgames/spil_event_unity_plugin

Public Properties

Property Type Description
customData SpilGames.Unity.Utils.JSONObject
data SpilGames.Unity.Utils.JSONObject
eventName string

Public Methods

Method Description
Send ( ) : void
SendCoroutine ( ) : IEnumerator

Private Methods

Method Description
AddDefaultParameters ( ) : void

Method Details

Send() public method

public Send ( ) : void
return void

SendCoroutine() public method

public SendCoroutine ( ) : IEnumerator
return IEnumerator

Property Details

customData public property

public JSONObject,SpilGames.Unity.Utils customData
return SpilGames.Unity.Utils.JSONObject

data public property

public JSONObject,SpilGames.Unity.Utils data
return SpilGames.Unity.Utils.JSONObject

eventName public property

public string eventName
return string