Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Visibility
C# 클래스 Visibility, html-ui-unity
상속:
MonoBehaviour
,
IJson
파일 보기
프로젝트 열기: ufz-vislab/html-ui-unity
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
enabled
bool
name
string
opacity
float
공개 메소드들
메소드
설명
GetJson
( ) :
string
SetJson
(
string
json
) :
void
Start
( ) :
void
메소드 상세
GetJson()
공개
메소드
public
GetJson
( ) :
string
리턴
string
SetJson()
공개
메소드
public
SetJson
(
string
json
) :
void
json
string
리턴
void
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
프로퍼티 상세
enabled
공개적으로 프로퍼티
public
bool
enabled
리턴
bool
name
공개적으로 프로퍼티
public
string
name
리턴
string
opacity
공개적으로 프로퍼티
public
float
opacity
리턴
float