Options
Menu

Class ConflictPrecedence

Enumaration export class for precedence when resolving naming conflicts in the library.

see

away.library.AssetLibrary.conflictPrecedence

see

away.library.AssetLibrary.conflictStrategy

see

away.library.naming.ConflictStrategy

Hierarchy

  • ConflictPrecedence

Index

Properties

Properties

Static FAVOR_NEW

FAVOR_NEW: string

Signales that in a conflict, the newly renamed asset is favored (and keeps it's newly defined name) and that the previous owner of that name gets renamed to a non-conflicting name.

Static FAVOR_OLD

FAVOR_OLD: string

Signals that in a conflict, the previous owner of the conflicting name should be favored (and keep it's name) and that the newly renamed asset is reverted to a non-conflicting name.

Generated using TypeDoc