Enum ContentReferenceState
- Namespace
- Stride.Core.Serialization.Contents
- Assembly
- Stride.Core.Serialization.dll
public enum ContentReferenceState
Fields
Loaded = 3
Data reference has already been loaded.
Modified = 5
Data reference has been set to a new value by the user. It will be changed to Loaded as soon as it has been written by the ContentManager.
NeverLoad = 0
Never try to load the data reference.