C# Class FairyGUI.EventContext

显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
data object
type string

Public Methods

Method Description
CaptureTouch ( ) : void

PreventDefault ( ) : void

StopPropagation ( ) : void

Private Methods

Method Description
Get ( ) : EventContext
Return ( EventContext value ) : void

Method Details

CaptureTouch() public method

public CaptureTouch ( ) : void
return void

PreventDefault() public method

public PreventDefault ( ) : void
return void

StopPropagation() public method

public StopPropagation ( ) : void
return void

Property Details

data public_oe property

public object data
return object

type public_oe property

public string type
return string