docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RunScriptArguments

    RunScriptArguments

    Inheritance
    object
    RunScriptArguments
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.CloudCode
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class RunScriptArguments

    Constructors

    RunScriptArguments(object)

    Initializes a new instance of the RunScriptArguments class.

    Declaration
    [Preserve]
    public RunScriptArguments(object _params = null)
    Parameters
    Type Name Description
    object _params

    Object containing key-value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition. (required).

    Properties

    Params

    Object containing key-value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition.

    Declaration
    [Preserve]
    public object Params { get; set; }
    Property Value
    Type Description
    object

    Object containing key-value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)