VisioForge (c) 2025

Search Results for

    Interface IGPUVideoEffectVR360Base

    VR 360 base effect interface.

    Inherited Members
    IGPUVideoEffect.UpdateRequired
    IGPUVideoEffect.StartTime
    IGPUVideoEffect.StopTime
    IGPUVideoEffect.Name
    IGPUVideoEffect.Enabled
    IGPUVideoEffect.Stream
    IGPUVideoEffect.GetEffectType()
    IGPUVideoEffect.Update()
    Namespace: VisioForge.Core.Types.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public interface IGPUVideoEffectVR360Base : IGPUVideoEffect

    Properties

    Fov

    Gets or sets fov.

    Declaration
    float Fov { get; set; }
    Property Value
    Type Description
    float

    Pitch

    Gets or sets pitch.

    Declaration
    float Pitch { get; set; }
    Property Value
    Type Description
    float

    Roll

    Gets or sets roll.

    Declaration
    float Roll { get; set; }
    Property Value
    Type Description
    float

    Yaw

    Gets or sets yaw.

    Declaration
    float Yaw { get; set; }
    Property Value
    Type Description
    float