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; }
The enabled interface
public interface IEnabled
Gets or sets the value of the is enable
bool IsEnable { get; set; }