Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public Vector2D RelativePointerPosition { get; set; }
public Vector2D RelativePointerPosition { get; set; }
Public Property RelativePointerPosition As Vector2D
Get
Set
Public Property RelativePointerPosition As Vector2D
Get
Set
public:
property Vector2D RelativePointerPosition {
Vector2D get ();
void set (Vector2D value);
}
public:
property Vector2D RelativePointerPosition {
Vector2D get ();
void set (Vector2D value);
}
member RelativePointerPosition : Vector2D with get, set
member RelativePointerPosition : Vector2D with get, set
Property Value
Type:
Vector2D