VisioForge (c) 2025

Search Results for

    Class VirtualCameraNameAPI

    VirtualCameraNameAPI class can be used to set the custom virtual camera name.

    Inheritance
    object
    VirtualCameraNameAPI
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core
    Assembly: VisioForge.Core.dll
    Syntax
    public static class VirtualCameraNameAPI

    Methods

    SetName(string)

    Sets the custom name for the virtual camera.

    Declaration
    public static bool SetName(string name)
    Parameters
    Type Name Description
    string name

    The name.

    Returns
    Type Description
    bool

    bool.

    SetName(string, string, Guid)

    Sets the custom name for the virtual camera.

    Declaration
    public static bool SetName(string name, string customRegName, Guid customGuid)
    Parameters
    Type Name Description
    string name

    The name.

    string customRegName

    Name of the custom registry name.

    Guid customGuid

    The custom unique identifier.

    Returns
    Type Description
    bool

    bool.