Click or drag to resize
AB4D logo

BaseEventSource3DIsMySceneNode Method

Method that is called from DXEventManager3D to check if this EventSource3D contains hitSceneNode

Namespace: Ab3d.DirectX.Utilities
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public virtual bool IsMySceneNode(
	SceneNode hitSceneNode
)

Parameters

hitSceneNode  SceneNode
hitSceneNode as SceneNode

Return Value

Boolean
true if this EventSource3D contains hitSceneNode
See Also