Package.getPlatformConfigurations

Returns a list of configurations suitable for the given platform.

class Package
const
string[]
getPlatformConfigurations
(
in BuildPlatform platform
,
bool allow_non_library = false
)

Parameters

platform BuildPlatform

The platform against which to match configurations

allow_non_library bool

If set to true, executable configurations will also be included.

See Also

getDefaultConfiguration

Meta