Interface IScene<T>
- Namespace
- Alis.Core.Ecs.Entity
- Assembly
- Alis.dll
The scene interface
public interface IScene<T> : IEnabled, IIdentifier, IRuntime, ICrud<T>
Type Parameters
T
Implements
Properties
GameObjects
Gets or sets the value of the game objects
List<T> GameObjects { get; set; }
Property Value
- List<T>