Interface IGPUVideoEffectVR360Base
VR 360 base effect interface.
Inherited Members
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 |