Constructor RequirePlatformSupportAttribute
RequirePlatformSupportAttribute(params BuildTarget[])
Initializes and returns an instance of RequirePlatformSupportAttribute.
Declaration
public RequirePlatformSupportAttribute(params BuildTarget[] platforms)
Parameters
Type | Name | Description |
---|---|---|
BuildTarget[] | platforms | The BuildTarget platform to run the test on. |