Version: 2022.3
언어: 한국어

Sample

struct in UnityEditor.PackageManager.UI

매뉴얼로 전환

설명

Struct for Package Sample.

변수

descriptionThe description of the package sample.
displayNameThe display name of the package sample.
importPathThe full path to where the sample will be imported, under the project assets folder.
interactiveImportIndicates whether to show the import window when importing a sample that is an asset package (a .unitypackage file).
isImportedIndicates if the sample has already been imported.
resolvedPathThe full path to where the sample is on disk, inside the package that contains the sample.

Public 함수

ImportImports the package sample into the `Assets` folder.

정적 함수

FindByPackageFinds a list of samples in a package based on a specific version.