C# Class QFramework.QGoExtend

Show file Open project: liangxiegame/QFramework

Public Methods

Method Description
Hide ( GameObject gameObj ) : void
Hide ( Transform trans ) : void
OnClick ( this go, QVoidDelegate callback ) : void
Show ( GameObject gameObj ) : void
Show ( Transform trans ) : void

Method Details

Hide() public static method

public static Hide ( GameObject gameObj ) : void
gameObj UnityEngine.GameObject
return void

Hide() public static method

public static Hide ( Transform trans ) : void
trans UnityEngine.Transform
return void

OnClick() public static method

public static OnClick ( this go, QVoidDelegate callback ) : void
go this
callback QVoidDelegate
return void

Show() public static method

public static Show ( GameObject gameObj ) : void
gameObj UnityEngine.GameObject
return void

Show() public static method

public static Show ( Transform trans ) : void
trans UnityEngine.Transform
return void