AssetClonerFlags Enum
Namespace: Stride.Core.AssetsAssembly: Stride.Core.Assets.dll
Flags used by AssetCloner
[Flags]
public enum AssetClonerFlags
Fields
| Name | Description |
|---|---|
| ClearExternalReferences | Clears any external references in the cloned object |
| GenerateNewIdsForIdentifiableObjects | Generates new ids for objects that implement IIdentifiable. |
| KeepReferences | Attached references will be kept as is |
| None | No special flags while cloning. |
| ReferenceAsNull | Attached references will be cloned as |
| RemoveItemIds | Remove ids attached to item of collections when cloning |
| RemoveUnloadableObjects | Removes invalid objects |