Interface IView
Assembly: Experior.Interfaces.dll
Syntax
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
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 |
|