Version: 2021.2
言語: 日本語
public static void SetTargetDeviceFamily (PlayerSettings.WSATargetFamily family, bool value);

パラメーター

family Device Family type to change.
value True to target the Device Family in the UWP build or false to remove it.

説明

Adds or removes the specified UWP device family from the list of device families the Universal Windows Platform application build supports.

In the Editor, Unity displays this as a list of checkboxes under Supported Device Families in UWP Player Settings. If you do not indicate that your Universal Windows Platform application supports any device family type, it defaults to the Windows.Universal family.
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.