Table of Contents

Interface ISystemData

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll

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

WeakReference<Entity>

System

A reference to the system owning this data.

[JsonIgnore]
SystemBase System { get; protected set; }

Property Value

SystemBase