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.Example
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 UserAuthenticationStep asset.
Declaration
public override void OnGUI()
Overrides
SessionSignIn()
Sign in the user.
Declaration
public override Task SessionSignIn()
Returns
Type | Description |
---|---|
Task | A Task representing the operation. |