Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CutsceneOptions
C# 클래스 CutsceneOptions, silverscreen
상속:
ICutsceneGUI
파일 보기
프로젝트 열기: mminer/silverscreen
공개 메소드들
메소드
설명
CutsceneOptions
(
CutsceneEditor,
ed
) :
UnityEditor
OnGUI
(
Rect
rect
) :
void
Displays the options window.
메소드 상세
CutsceneOptions()
공개
메소드
public
CutsceneOptions
(
CutsceneEditor,
ed
) :
UnityEditor
ed
CutsceneEditor,
리턴
UnityEditor
OnGUI()
공개
메소드
Displays the options window.
public
OnGUI
(
Rect
rect
) :
void
rect
Rect
The options window's Rect.
리턴
void