Class ReflectServerSample
Inheritance
ReflectServerSample
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
public class ReflectServerSample : MonoBehaviour, IUpdateDelegate
Fields
root
Declaration
Field Value
Methods
OnAuthenticationFailed(String)
Declaration
public void OnAuthenticationFailed(string exception)
Parameters
Type |
Name |
Description |
String |
exception |
|
OnUserLoggedIn(UnityUser)
Declaration
public void OnUserLoggedIn(UnityUser user)
Parameters
Type |
Name |
Description |
UnityUser |
user |
|
Events
update
Declaration
public event Action<float> update
Event Type
Implements