Constructor RequirePlatformSupportAttribute
RequirePlatformSupportAttribute(params BuildTarget[])
Initializes and returns an instance of RequirePlatformSupportAttribute.
선언
public RequirePlatformSupportAttribute(params BuildTarget[] platforms)
파라미터
타입 | 이름 | 설명 |
---|---|---|
BuildTarget[] | platforms | The BuildTarget platform to run the test on. |