IParagonSubsystem
Definition
public interface IParagonSubsystem<TBehaviour> : IParagonBehaviour
where TBehaviour : class, IParagonSubsystem<TBehaviour>Remarks
IParagonSubsystem<Enemy> ← Enemy implements this
└── ParagonSubsystem<Enemy> ← strongly typed container
└── IParagonComponent<Enemy> ← components know their owner typeSelf-Referencing Constraint
Default Interface Method
Quick Lookup
Goal
How
Properties
Subsystem
Implementation Requirements
Examples
Defining a Subsystem-Enabled Behaviour
Adding Components
See Also
Last updated