Click or drag to resize

Emulate3DTestCaseAttribute(Object, Object, Object) Constructor

Initializes a new instance of the Emulate3DTestCaseAttribute class

Namespace: Demo3D.TestRunner
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Emulate3DTestCaseAttribute(
	Object? arg1,
	Object? arg2,
	Object? arg3
)

Parameters

arg1  Object

[Missing <param name="arg1"/> documentation for "M:Demo3D.TestRunner.Emulate3DTestCaseAttribute.#ctor(System.Object,System.Object,System.Object)"]

arg2  Object

[Missing <param name="arg2"/> documentation for "M:Demo3D.TestRunner.Emulate3DTestCaseAttribute.#ctor(System.Object,System.Object,System.Object)"]

arg3  Object

[Missing <param name="arg3"/> documentation for "M:Demo3D.TestRunner.Emulate3DTestCaseAttribute.#ctor(System.Object,System.Object,System.Object)"]

See Also