|
VisualEventSource3DIsMySceneNode Method |
Method that is called from DXEventManager3D to check if this EventSource3D contains hitSceneNode
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public override bool IsMySceneNode(
SceneNode hitSceneNode
)
Parameters
- hitSceneNode SceneNode
- hitSceneNode as SceneNode
Return Value
Booleantrue if this EventSource3D contains hitSceneNode
See Also