 |
ManualInputEventsManagerRegisterExcludedSceneNodes(IListSceneNode) Method |
Registers a list of SceneNode objects that will be excluded from hit testing.
If SceneNode is a GroupNode, then all child SceneNodes are also excluded.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic void RegisterExcludedSceneNodes(
IList<SceneNode> sceneNodes
)
Parameters
- sceneNodes IListSceneNode
- list of SceneNode that will be excluded
See Also