Class GraphicsApiArguments
Inherited Members
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 |