Method Except
Except<T>(T)
Appends a tag trait constraint to the existing tag trait expression.
Declaration
public QueryTraitExpression Except<T>(T value) where T : struct
Parameters
Type | Name | Description |
---|---|---|
T | value |
Returns
Type | Description |
---|---|
QueryTraitExpression |
Type Parameters
Name | Description |
---|---|
T |
Remarks
An "except" clause matches all intervals from the motion library
that does not contain the trait passed as argument.
synthesizer.Query.Where(
Locomotion.Default).Except(Idle.Default));