Table of Contents

Enum AssetClonerFlags

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

Flags used by AssetCloner

[Flags]
public enum AssetClonerFlags

Fields

ClearExternalReferences = 16

Clears any external references in the cloned object

GenerateNewIdsForIdentifiableObjects = 8

Generates new ids for objects that implement IIdentifiable.

KeepReferences = 32

Attached references will be kept as is

None = 0

No special flags while cloning.

ReferenceAsNull = 1

Attached references will be cloned as null

RemoveItemIds = 2

Remove ids attached to item of collections when cloning

RemoveUnloadableObjects = 4

Removes invalid objects