Show / Hide Table of Contents

Class PlayURClientSecretSettings

Inheritance
object
Object
ScriptableObject
PlayURClientSecretSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(string)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class PlayURClientSecretSettings : ScriptableObject

Fields

| Improve this Doc View Source

ResourcePath

Declaration
public const string ResourcePath = "PlayURClientSecret"
Field Value
Type Description
string
| Improve this Doc View Source

SettingsPath

Declaration
public const string SettingsPath = "Assets/PlayURPlugin/Resources/PlayURClientSecret.asset"
Field Value
Type Description
string

Properties

| Improve this Doc View Source

ClientSecret

Declaration
public string ClientSecret { get; }
Property Value
Type Description
string
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX