ContentReferenceState Enum
Namespace: Stride.Core.Serialization.ContentsAssembly: Stride.Core.Serialization.dll
public enum ContentReferenceState
Fields
Name | Description |
---|---|
Loaded | Data reference has already been loaded. |
Modified | 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 | Never try to load the data reference. |