Constructor UnityPlatformAttribute
UnityPlatformAttribute()
Constructs a new instance of the UnityPlatformAttribute class.
선언
public UnityPlatformAttribute()
UnityPlatformAttribute(params RuntimePlatform[])
Constructs a new instance of the UnityPlatformAttribute class with a list of platforms to include.
선언
public UnityPlatformAttribute(params RuntimePlatform[] include)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| RuntimePlatform[] | include | The different RuntimePlatform to run the test on. |