GameObjects
, so called GameObjectMatchers
.See: Description
Interface | Description |
---|---|
GameObjectMatcher |
Interface for classes that match
GameObjects . |
Class | Description |
---|---|
AndGameObjectMatcher |
A
GameObjectMatcher that And-combines other GameObjectMatcher s. |
AttributeGameObjectMatcher |
An
GameObjectMatcher that matches a attribute value. |
GameObjectMatcherParser |
Class for some default
GameObjectMatchers . |
GameObjectMatchers |
Maintains
GameObjectMatcher instances. |
GameObjectMatchersParser |
Parser for the GameObjectMatchers.xml file.
|
IntAttributeGameObjectMatcher |
A
AttributeGameObjectMatcher that compares attributes values using
"int" type. |
MutableNameGameObjectMatcher |
An
GameObjectMatcher that simply matches a archetype name. |
MutableOrGameObjectMatcher |
A
GameObjectMatcher that delegates to other GameObjectMatcher s. |
NamedGameObjectMatcher |
Decorates an arbitrary
GameObjectMatcher with a localized name that
is suitable for the user interface. |
NotGameObjectMatcher |
A
GameObjectMatcher that negates another GameObjectMatcher . |
OrGameObjectMatcher |
A
GameObjectMatcher that Or-combines other GameObjectMatcher s. |
SetEnabledAction |
Action for adding / removing a
GameObjectMatcher from this a MutableOrGameObjectMatcher . |
StringAttributeGameObjectMatcher |
A
AttributeGameObjectMatcher that compares attributes values using
"string" type. |
TypeNrsGameObjectMatcher |
An
GameObjectMatcher matching certain archetype types. |
ViewGameObjectMatcherManager |
Manages
GameObjectMatchers . |
Enum | Description |
---|---|
Operation |
Operator.
|
Exception | Description |
---|---|
ParsingException |
Thrown when a parsing error occurs.
|
GameObjects
, so called GameObjectMatchers
. A GameObjectMatcher
matches a GameObject
by checking whether it
fulfills certain conditions.
One application is used for instance for choosing which objects to render transparent or at all.