|  | CameraNodeGetInstances Method | 
            Gets a read-only collection of all camera node instances.
            
 
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic static ReadOnlyWeakCollection<CameraNode> GetInstances()
Public Shared Function GetInstances As ReadOnlyWeakCollection(Of CameraNode)
public:
static ReadOnlyWeakCollection<CameraNode^>^ GetInstances()
static member GetInstances : unit -> ReadOnlyWeakCollection<CameraNode> 
Return Value
Type: 
ReadOnlyWeakCollectionCameraNodeA read-only collection of all camera node instances.
 See Also
See Also