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

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 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_oe property

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

data public_oe property

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

eventName public_oe property

public string eventName
return string