Gets a value indicating whether camera quick command running.

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool CameraQuickCommandRunning { get; }
Visual Basic (Declaration)
Public ReadOnly Property CameraQuickCommandRunning As Boolean
Visual C++
public:
property bool CameraQuickCommandRunning {
	bool get ();
}

Field Value

true if camera quick command is running; otherwise, false.

See Also