Table of Contents

Interface IGameObject<T>

Namespace
Alis.Core.Ecs.Entity
Assembly
Alis.dll

The game object interface

public interface IGameObject<T> : IEnabled, IIdentifier, IRuntime, ICrud<T>

Type Parameters

T

Implements

Properties

Components

Gets or sets the value of the components

List<T> Components { get; set; }

Property Value

List<T>

IsStatic

Gets or sets the value of the is static

bool IsStatic { get; set; }

Property Value

bool