Class UnityAnonymousAuthenticationStep
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
[CreateAssetMenu(menuName = "UGC Bridge/Steps Assets/User Authentication/AnonymousAuthenticationStep")]
public class UnityAnonymousAuthenticationStep : UserAuthenticationStep
Methods
OnGUI()
Draw the GUI of the IUgcBridgeStep.
Declaration
public override void OnGUI()
Overrides
SessionSignIn()
Declaration
public override Task SessionSignIn()
Returns
Type | Description |
---|---|
Task |