 |
InputEventsSourceIsMySceneNode Method |
Method that is called from InputEventsManager to check if this EventSource contains hitSceneNode
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic virtual bool IsMySceneNode(
SceneNode hitSceneNode
)
Parameters
- hitSceneNode SceneNode
- hitModel as SceneNode
Return Value
Booleantrue if this EventSource contains hitSceneNode
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.InputEventsSource.IsMySceneNode(Ab4d.SharpEngine.SceneNodes.SceneNode)"]
See Also