C# Class ABBuildHelper.AutoABNamePostprocessor

Inheritance: AssetPostprocessor
Show file Open project: flashyiyi/ABBuildHelper Class Usage Examples

Public Properties

Property Type Description
packRuleNames string[]
packRuleValues PackRule[]

Public Methods

Method Description
PackAll ( ) : void
PackOne ( string path ) : void

Private Methods

Method Description
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

Method Details

PackAll() public static method

public static PackAll ( ) : void
return void

PackOne() public static method

public static PackOne ( string path ) : void
path string
return void

Property Details

packRuleNames public static property

public static string[] packRuleNames
return string[]

packRuleValues public static property

public static PackRule[] packRuleValues
return PackRule[]