Class UserAuthenticationStep
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
public abstract class UserAuthenticationStep : ScriptableObject
Methods
Initialize()
Required initialization implementation for UGC Bridge steps.
Declaration
public virtual void Initialize()
OnFocus()
Called when the parent window is focused
Declaration
public virtual void OnFocus()
OnGUI()
Draw the GUI of the IUgcBridgeStep.
Declaration
public abstract void OnGUI()
SessionSignIn()
Declaration
public abstract Task SessionSignIn()
Returns
Type | Description |
---|---|
Task |