SkillzDelegate Class Reference
This Skillz Delegate script should be attached to your Skillz Delegate Game Object, and will forward messages to your SkillzMatchDelegate or SkillzSyncDelegate implementation. Please do not modify this file. More...
Inheritance diagram for SkillzDelegate:
Static Public Member Functions | |
| static void | AssignSkillzDelegate (SkillzMatchDelegate skillzDelegate) |
| static void | AssignSkillzDelegate (SkillzSyncDelegate skillzSyncDelegate) |
Static Public Attributes | |
| static SkillzMatchDelegate | _delegate |
| static SkillzSyncDelegate | _syncDelegate |
Additional Inherited Members | |
Public Attributes inherited from SkillzAbstractDelegate | |
| int | GameID = 0 |
| SkillzSDK.Environment | SkillzEnvironment = SkillzSDK.Environment.Sandbox |
Static Protected Member Functions inherited from SkillzAbstractDelegate | |
| static Dictionary< string, object > | DeserializeJSONToDictionary (string jsonString) |
Detailed Description
This Skillz Delegate script should be attached to your Skillz Delegate Game Object, and will forward messages to your SkillzMatchDelegate or SkillzSyncDelegate implementation. Please do not modify this file.
The documentation for this class was generated from the following file:
- /Users/Shared/jenkins-slave/workspace/SDK-OLD/Cross-Platform-SDK/Cross-Platform-Unity-Package/UnityTestApps/Unity/Assets/Skillz/Internal/Delegates/SkillzDelegate.cs

Public Attributes inherited from
1.8.9.1