Table of Contents

Interface IEnabled

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

The enabled interface

public interface IEnabled

Properties

IsEnable

Gets or sets the value of the is enable

bool IsEnable { get; set; }

Property Value

bool