C# Class AssemblyCSharp.UICookingDragListener

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: wooga/ps_social_jam

Public Properties

Property Type Description
Text UnityEngine.UI.Text

Public Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
OnDrag ( UIDragEvent e ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDrag() public method

public OnDrag ( UIDragEvent e ) : void
e UIDragEvent
return void

Property Details

Text public_oe property

public Text,UnityEngine.UI Text
return UnityEngine.UI.Text