C# Class uguimvvm.ContextMenu

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: jbruening/ugui-mvvm

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
Show ( Vector2 position, Component dataContext ) : void

Private Methods

Method Description
Awake ( ) : void
IsMouseOverRect ( ) : bool
RefreshDieTime ( ) : void
ShouldHide ( ) : bool
Update ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Show() public method

public Show ( Vector2 position, Component dataContext ) : void
position UnityEngine.Vector2
dataContext UnityEngine.Component
return void