Interface ISystemData
Interface for all system data objects.
public interface ISystemData
Properties
Owner
The entity that owns this data.
[JsonIgnore]
WeakReference<Entity> Owner { get; protected set; }
Property Value
System
A reference to the system owning this data.
[JsonIgnore]
SystemBase System { get; protected set; }