Class ExposedParameter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ExposedParameter

    Inheritance
    System.Object
    ExposedParameter
    Namespace: UnityEngine.VFX.Utils
    Syntax
    [Serializable]
    public class ExposedParameter

    Constructors

    ExposedParameter()

    Declaration
    public ExposedParameter()

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Operators

    Addition(ExposedParameter, ExposedParameter)

    Declaration
    public static ExposedParameter operator +(ExposedParameter self, ExposedParameter other)
    Parameters
    Type Name Description
    ExposedParameter self
    ExposedParameter other
    Returns
    Type Description
    ExposedParameter

    Explicit(ExposedParameter to String)

    Declaration
    public static explicit operator string (ExposedParameter parameter)
    Parameters
    Type Name Description
    ExposedParameter parameter
    Returns
    Type Description
    System.String

    Implicit(String to ExposedParameter)

    Declaration
    public static implicit operator ExposedParameter(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    ExposedParameter

    Implicit(ExposedParameter to Int32)

    Declaration
    public static implicit operator int (ExposedParameter parameter)
    Parameters
    Type Name Description
    ExposedParameter parameter
    Returns
    Type Description
    System.Int32
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023