Constructor UnityPlatformAttribute
UnityPlatformAttribute()
Constructs a new instance of the UnityPlatformAttribute class.
Declaration
public UnityPlatformAttribute()
UnityPlatformAttribute(params RuntimePlatform[])
Constructs a new instance of the UnityPlatformAttribute class with a list of platforms to include.
Declaration
public UnityPlatformAttribute(params RuntimePlatform[] include)
Parameters
| Type | Name | Description |
|---|---|---|
| RuntimePlatform[] | include | The different RuntimePlatform to run the test on. |