Interface ICameraMove
Namespace: Experior.Rendering.Interfaces.Camera
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface ICameraMove
Properties
Attitude
Declaration
double Attitude { get; }
Property Value
Type | Description |
---|---|
System.Double |
Heading
Declaration
double Heading { get; }
Property Value
Type | Description |
---|---|
System.Double |
Target
Declaration
Vector3 Target { get; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
TargetDistance
Declaration
double TargetDistance { get; }
Property Value
Type | Description |
---|---|
System.Double |
Time
Declaration
uint Time { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |