Class VirtualCameraNameAPI
- Namespace
- VisioForge.Core
- Assembly
- VisioForge.Core.dll
VirtualCameraNameAPI class can be used to set the custom virtual camera name.
public static class VirtualCameraNameAPIInheritance
Inherited Members
Methods
SetName(string)
Sets the custom name for the virtual camera.
public static bool SetName(string name)Parameters
namestring-
The name.
Returns
- bool
-
bool.
SetName(string, string, Guid)
Sets the custom name for the virtual camera.
public static bool SetName(string name, string customRegName, Guid customGuid)Parameters
namestring-
The name.
customRegNamestring-
Name of the custom registry name.
customGuidGuid-
The custom unique identifier.
Returns
- bool
-
bool.