docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GraphicsApiArguments

    Inheritance
    object
    GraphicsApiArguments
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.TestTools.Graphics
    Assembly: UnityEditor.TestTools.Graphics.dll
    Syntax
    public class GraphicsApiArguments

    Constructors

    GraphicsApiArguments(string, GraphicsDeviceType)

    Declaration
    public GraphicsApiArguments(string argument, GraphicsDeviceType graphicsApi)
    Parameters
    Type Name Description
    string argument
    GraphicsDeviceType graphicsApi

    Properties

    Argument

    Declaration
    public string Argument { get; set; }
    Property Value
    Type Description
    string

    GraphicsApi

    Declaration
    public GraphicsDeviceType GraphicsApi { get; set; }
    Property Value
    Type Description
    GraphicsDeviceType
    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)