Class XboxCloudSettings
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: UnityEngine.Purchasing
Assembly: Unity.Purchasing.Stores.XboxCloudServices.dll
Syntax
public class XboxCloudSettings : ScriptableObject
Fields
k_AssetName
Declaration
public const string k_AssetName = "XboxCloudSettings"
Field Value
| Type | Description |
|---|---|
| string |
Properties
CloudCodeModuleName
Declaration
public string CloudCodeModuleName { get; }
Property Value
| Type | Description |
|---|---|
| string |
EnablePurchaseValidation
Declaration
public bool EnablePurchaseValidation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ServiceTicketFunctionName
Declaration
public string ServiceTicketFunctionName { get; }
Property Value
| Type | Description |
|---|---|
| string |
TestSkipPurchase
Declaration
public static bool TestSkipPurchase { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ValidatePurchaseFunctionName
Declaration
public string ValidatePurchaseFunctionName { get; }
Property Value
| Type | Description |
|---|---|
| string |