Table of Contents

Interface IIdentifier

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

The identifier interface

public interface IIdentifier

Properties

Id

Gets or sets the value of the id

string Id { get; set; }

Property Value

string

Name

Gets or sets the value of the name

string Name { get; set; }

Property Value

string

Tag

Gets or sets the value of the tag

string Tag { get; set; }

Property Value

string