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.Gameplay
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[] |