Click or drag to resize
Ab4d.SharpEngine logo

MultiModelNodesEventsSource Class

MultiModelNodesEventsSource class is used to register multiple ModelNode object to the InputEventsManager.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.UtilitiesInputEventsSource
    Ab4d.SharpEngine.UtilitiesMultiModelNodesEventsSource

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public sealed class MultiModelNodesEventsSource : InputEventsSource

The MultiModelNodesEventsSource type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyModelNodes Gets the list of ModelNode objects that are used by this MultiModelNodesEventsSource.
Top
Methods
 NameDescription
Public methodIsMySceneNode Method that is called from InputEventsManager to check if this EventSource contains hitSceneNode
(Overrides InputEventsSourceIsMySceneNode(SceneNode))
Top
See Also