C# 클래스 UnityEditor.AssetImporter

Base class from which asset importers for specific asset types derive.

상속: Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
SaveAndReimport ( ) : void

Save asset importer settings if asset importer is dirty.

비공개 메소드들

메소드 설명
GetAtPath ( string path ) : AssetImporter
LocalFileIDToClassID ( long fileId ) : int
SetAssetBundleNameAndVariant ( string assetBundleName, string assetBundleVariant ) : void

메소드 상세

SaveAndReimport() 공개 메소드

Save asset importer settings if asset importer is dirty.

public SaveAndReimport ( ) : void
리턴 void