Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) SelfPage.SetActive Examples
Programming Language:
C# (CSharp)
Class/Type:
SelfPage
Method/Function:
SetActive
Examples at hotexamples.com:
2
C# (CSharp) SelfPage.SetActive - 2 examples found
. These are the top rated real world C# (CSharp) examples of
SelfPage.SetActive
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
SetActive(2)
GetComponent(1)
Frequently Used Methods
SetActive (2)
GetComponent (1)
Example #1
0
Show file
public void Show() { SelfPage.SetActive(true); }
Example #2
0
Show file
public void Hide() { SelfPage.SetActive(false); }
x