Enum ContentReferenceState
- Namespace
 - Stride.Core.Serialization.Contents
 
- Assembly
 - Stride.Core.Serialization.dll
 
public enum ContentReferenceState
  Fields
Loaded = 3Data reference has already been loaded.
Modified = 5Data 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 = 0Never try to load the data reference.