Interface IHasTags
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public interface IHasTags : IController, IViewController, IHasUniversalID
Properties
Tags
Declaration
IEnumerable<Tag> Tags { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Tag> |