Unity Panel open & close

Making a Popup and Closable Panel in Unity 5

script:

public GameObject thePanel;

public open()

{

thePannel.SetActive(true);

}

public open()

{

thePannel.SetActive(false);

}

and add the up script to an Empty Object

add open/close button on the scene.

define open/close button onClick() function to call script's open/close function.

上一篇:QVariant实质 (类似 C#中的装箱拆箱)


下一篇:PHP统计字符串里单词查询关键字