Version: 2021.3
언어: 한국어

PlayerSettings.WSA.GetTargetDeviceFamily

매뉴얼로 전환
public static bool GetTargetDeviceFamily (PlayerSettings.WSATargetFamily family);

파라미터

family Device Family type to check.

반환

bool Returns true if the project targets the device family. Otherwise, returns false.

설명

Checks if your project targets the specified device family.

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.