C# Class WindowDetectUW, UnderworldExporter

Inheritance: WindowDetect
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
UsingRoomManager bool

Méthodes publiques

Méthode Description
OnClick ( BaseEventData evnt ) : void
OnClick ( int ptrID ) : void
OnMouseDown ( BaseEventData evnt ) : void

Raises the mouse down event.

OnMouseEnter ( ) : void

Detects if the mouse if over the window

OnMouseExit ( ) : void

Detects if the mouse has left the window.

OnMouseUp ( BaseEventData evnt ) : void

Releases the mouse up event.

SetFullScreen ( ) : void

Sets the full screen mode.

Start ( ) : void
UWWindowWait ( float waitTime ) : void

Cancel all click input for a few seconds.

UnSetFullScreen ( ) : void

Unsets full screen mode.

Méthodes protégées

Méthode Description
OnPress ( bool isPressed, int PtrID ) : void
ThrowObjectInHand ( ) : void

Throws the object in hand along a vector in the 3d view.

Private Methods

Méthode Description
ClickEvent ( int ptrID ) : void

Handles click events on the main window

ContextUIMode ( ) : void
OnGUI ( ) : void

Controls the display mode of the mouse cursor and calls switching between full and windowed screen.

TryTracking ( ) : void

Tries the tracking skill to detect nearby monsters

Update ( ) : void

General Combat UI interface. Controls attack charging

Method Details

OnClick() public méthode

public OnClick ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData
Résultat void

OnClick() public méthode

public OnClick ( int ptrID ) : void
ptrID int
Résultat void

OnMouseDown() public méthode

Raises the mouse down event.
public OnMouseDown ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData Evnt.
Résultat void

OnMouseEnter() public méthode

Detects if the mouse if over the window
public OnMouseEnter ( ) : void
Résultat void

OnMouseExit() public méthode

Detects if the mouse has left the window.
public OnMouseExit ( ) : void
Résultat void

OnMouseUp() public méthode

Releases the mouse up event.
public OnMouseUp ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData Evnt.
Résultat void

OnPress() protected méthode

protected OnPress ( bool isPressed, int PtrID ) : void
isPressed bool
PtrID int
Résultat void

SetFullScreen() public méthode

Sets the full screen mode.
public SetFullScreen ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ThrowObjectInHand() protected méthode

Throws the object in hand along a vector in the 3d view.
protected ThrowObjectInHand ( ) : void
Résultat void

UWWindowWait() public méthode

Cancel all click input for a few seconds.
public UWWindowWait ( float waitTime ) : void
waitTime float Wait time.
Résultat void

UnSetFullScreen() public méthode

Unsets full screen mode.
public UnSetFullScreen ( ) : void
Résultat void

Property Details

UsingRoomManager public_oe static_oe property

Is the game using experimental room manager code.
public static bool UsingRoomManager
Résultat bool