Show / Hide Table of Contents

Class CameraEventArgs

Inheritance
System.Object
System.EventArgs
CameraEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Rendering.Interfaces.Camera
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public class CameraEventArgs : EventArgs

Constructors

CameraEventArgs(Double, Double)

Declaration
public CameraEventArgs(double attitude, double heading)
Parameters
Type Name Description
System.Double attitude
System.Double heading

Properties

Attitude

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

Heading

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