Interface ISemanticTagCondition
Inherited Members
Namespace: Unity.MARS.Query
Syntax
public interface ISemanticTagCondition : ICondition<bool>, ICondition, IConditionBase, IRequiresTraits<bool>, IRequiresTraits
Properties
matchRule
Whether to require the presence or absence of the tag
Declaration
SemanticTagMatchRule matchRule { get; }
Property Value
Type | Description |
---|---|
SemanticTagMatchRule |