Named |
public sealed class NamedModelNodesEventsSource : InputEventsSource
The NamedModelNodesEventsSource type exposes the following members.
Name | Description | |
---|---|---|
NamedModelNodesEventsSource | Constructor |
Name | Description | |
---|---|---|
ComparisonType | Gets or sets string comparision type. Default value is StringComparison.Ordinal. | |
ModelNodeName | Gets or sets a string that specifies the ModelNode objects by their name. It is also possible to use wildcard name that is defined when the name starts with * or end with *. For example, "Box*" matches all ModelNodes whose name start with "Box"; "*_blue" matches all ModelNodes whose name ends with "_blue". |
Name | Description | |
---|---|---|
IsMySceneNode |
Method that is called from InputEventsManager to check if this EventSource contains hitSceneNode
(Overrides InputEventsSourceIsMySceneNode(SceneNode)) |