C# Class UnityEngine.Event

Inheritance: Object
Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
Cleanup void
CleanupRoots void
Event System
GetEventCount int
GetTypeForControl EventType
INTERNAL_CALL_Internal_SetMouseDelta void
INTERNAL_CALL_Internal_SetMousePosition void
Init void
InitCopy void
InitPtr void
Internal_GetMouseDelta void
Internal_GetMousePosition void
Internal_MakeMasterEventCurrent void
Internal_SetMouseDelta void
Internal_SetMousePosition void
Internal_SetNativeEvent void
Internal_Use void
PopEvent bool

Public Methods

Method Description
Equals ( object obj ) : bool
Event ( ) : System
Event ( Event other ) : System
Event ( int displayIndex ) : System
GetHashCode ( ) : int
KeyboardEvent ( string key ) : Event

Create a keyboard event.

ToString ( ) : string
Use ( ) : void

Use this event.

Private Methods

Method Description
Cleanup ( ) : void
CleanupRoots ( ) : void
Event ( IntPtr ptr ) : System
GetEventCount ( ) : int
GetTypeForControl ( int controlID ) : EventType
INTERNAL_CALL_Internal_SetMouseDelta ( Event self, Vector2 &value ) : void
INTERNAL_CALL_Internal_SetMousePosition ( Event self, Vector2 &value ) : void
Init ( int displayIndex ) : void
InitCopy ( Event other ) : void
InitPtr ( IntPtr ptr ) : void
Internal_GetMouseDelta ( Vector2 &value ) : void
Internal_GetMousePosition ( Vector2 &value ) : void
Internal_MakeMasterEventCurrent ( int displayIndex ) : void
Internal_SetMouseDelta ( Vector2 value ) : void
Internal_SetMousePosition ( Vector2 value ) : void
Internal_SetNativeEvent ( IntPtr ptr ) : void
Internal_Use ( ) : void
PopEvent ( Event outEvent ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Event() public method

public Event ( ) : System
return System

Event() public method

public Event ( Event other ) : System
other Event
return System

Event() public method

public Event ( int displayIndex ) : System
displayIndex int
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

KeyboardEvent() public static method

Create a keyboard event.

public static KeyboardEvent ( string key ) : Event
key string
return Event

ToString() public method

public ToString ( ) : string
return string

Use() public method

Use this event.

public Use ( ) : void
return void