FloatPointEventArgs Class

Event arguments for events where a floating point coordinate values are the main focus.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public class FloatPointEventArgs : EventArgs
Inheritance
Object    EventArgs    FloatPointEventArgs

Constructors

FloatPointEventArgs Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(FVector2, FVector2) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(FVector3, FVector3) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(FVector4, FVector4) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(String, Single, Single) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(Single, Single, Single, Single) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(Single, Single, Single, Single, Single, Single) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(Single, Single, Single, Single, Single, Single, Single, Single) Create a new instance of the FloatPointEventArgs Item.

Properties

Values Get a reference to the collection of axis values being tracked in this event.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also