away3d.library.naming
| .. | |
|---|---|
| ConflictPrecedence | Enumaration class for precedence when resolving naming conflicts in the library. |
| ConflictStrategy | Enumeration class for bundled conflict strategies. Set one of these values (or an instance of a self-defined sub-class of ConflictStrategyBase) to the conflictStrategy property on an Asset3DLibrary to define how that library resolves naming conflicts. |
| ConflictStrategyBase | Abstract base class for naming conflict resolution classes. Extend this to create a strategy class which the asset library can use to resolve asset naming conflicts, or use one of the bundled concrete strategy classes: |
| ErrorConflictStrategy | |
| IgnoreConflictStrategy | |
| NumSuffixConflictStrategy |