C# Class ABBuildHelper.AutoABNamePostprocessor

Inheritance: AssetPostprocessor
Afficher le fichier Open project: flashyiyi/ABBuildHelper Class Usage Examples

Méthodes publiques

Свойство Type Description
packRuleNames string[]
packRuleValues PackRule[]

Méthodes publiques

Méthode Description
PackAll ( ) : void
PackOne ( string path ) : void

Private Methods

Méthode 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 méthode

public static PackAll ( ) : void
Résultat void

PackOne() public static méthode

public static PackOne ( string path ) : void
path string
Résultat void

Property Details

packRuleNames public_oe static_oe property

public static string[] packRuleNames
Résultat string[]

packRuleValues public_oe static_oe property

public static PackRule[] packRuleValues
Résultat PackRule[]