C# Class HotFixCode.UIPopups

Inheritance: BehaviourBase
ファイルを表示 Open project: meta-42/uEasyKit

Public Properties

Property Type Description
basePopups PopupsBehaviour

Public Methods

Method Description
Hide ( ) : void

关闭一个弹出面板

OnAnimateInEnd ( ) : void
OnAnimateOutEnd ( ) : void
OnReturnCache ( ) : void
Show ( bool modal = true ) : void

打开一个弹出面板

UIPopups ( PopupsBehaviour rBasePopups ) : System

Method Details

Hide() public method

关闭一个弹出面板
public Hide ( ) : void
return void

OnAnimateInEnd() public method

public OnAnimateInEnd ( ) : void
return void

OnAnimateOutEnd() public method

public OnAnimateOutEnd ( ) : void
return void

OnReturnCache() public method

public OnReturnCache ( ) : void
return void

Show() public method

打开一个弹出面板
public Show ( bool modal = true ) : void
modal bool
return void

UIPopups() public method

public UIPopups ( PopupsBehaviour rBasePopups ) : System
rBasePopups PopupsBehaviour
return System

Property Details

basePopups public_oe property

从原生C#中获得的基类
public PopupsBehaviour basePopups
return PopupsBehaviour