C# 클래스 ABBuildHelper.AutoABNamePostprocessor

상속: AssetPostprocessor
파일 보기 프로젝트 열기: flashyiyi/ABBuildHelper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
packRuleNames string[]
packRuleValues PackRule[]

공개 메소드들

메소드 설명
PackAll ( ) : void
PackOne ( string path ) : void

비공개 메소드들

메소드 설명
OnPostprocessAllAssets ( Array importedAssets, Array deletedAssets, Array movedAssets, Array movedFromAssetPaths ) : void
PackByDir ( AssetImporter ai, string rulePath ) : void
PackByFirstDir ( AssetImporter ai, string rulePath ) : void
PackInOne ( AssetImporter ai, string rulePath ) : void

메소드 상세

PackAll() 공개 정적인 메소드

public static PackAll ( ) : void
리턴 void

PackOne() 공개 정적인 메소드

public static PackOne ( string path ) : void
path string
리턴 void

프로퍼티 상세

packRuleNames 공개적으로 정적으로 프로퍼티

public static string[] packRuleNames
리턴 string[]

packRuleValues 공개적으로 정적으로 프로퍼티

public static PackRule[] packRuleValues
리턴 PackRule[]