Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
esm
MCM_MountainTemp
C# 클래스 esm.MCM_MountainTemp
상속:
ModConfigurationMenu
파일 보기
프로젝트 열기: ForsakenShell/Es-Small-Mods
공개 메소드들
메소드
설명
DoWindowContents
(
Rect
rect
) :
float
ExposeData
( ) :
void
비공개 메소드들
메소드
설명
DoLabel
(
Rect
rect
,
string
label
) :
void
DoRadio
(
Rect
rect
,
bool
&
value
,
string
labelKey
,
string
temp
= "" ) :
void
DoSlider
(
Rect
rect
,
float
&
value
,
string
labelKey
,
float
min
,
float
max
,
float
setMax
= float.MinValue,
float
setMin
= float.MaxValue ) :
void
메소드 상세
DoWindowContents()
공개
메소드
public
DoWindowContents
(
Rect
rect
) :
float
rect
UnityEngine.Rect
리턴
float
ExposeData()
공개
메소드
public
ExposeData
( ) :
void
리턴
void