Show / Hide Table of Contents

Interface IView

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IView

Properties

Attitude

Declaration
double Attitude { get; set; }
Property Value
Type Description
System.Double

FieldOfView

Declaration
double FieldOfView { get; set; }
Property Value
Type Description
System.Double

Heading

Declaration
double Heading { get; set; }
Property Value
Type Description
System.Double

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Orthogonal

Declaration
bool Orthogonal { get; set; }
Property Value
Type Description
System.Boolean

Target

Declaration
Vector3 Target { get; set; }
Property Value
Type Description
System.Numerics.Vector3

TargetDistance

Declaration
double TargetDistance { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX