Version: 2021.3
言語: 日本語
public static bool GetCapability (PlayerSettings.WSACapability capability);

パラメーター

capability UWP Capability type to check.

戻り値

bool Returns true if your project sets the specified capability. Otherwise, returns false.

説明

Checks if the your project sets the specified UWP Capability.

In the Editor, Unity displays this as a list of checkboxes under Capabilities in UWP Player Settings.
Important: Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.