Interface ITagConsumerData
A utility interface that can be used by the IEntityData of any Entity which looks up other IEntity by Tag Id.
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ITagConsumerData
Properties
targetAll
Should all targetTagIds specified be in the target Entity.
Declaration
bool targetAll { get; }
Property Value
Type | Description |
---|---|
Boolean |
targetTagIds
Declaration
string[] targetTagIds { get; }
Property Value
Type | Description |
---|---|
String[] |