C# 클래스 SteamVR_LoadLevel, vr-dc-ex

상속: MonoBehaviour
파일 보기 프로젝트 열기: vmware-archive/vr-dc-ex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
autoTriggerOnEnable bool
backgroundColor Color,
fadeInTime float
fadeOutTime float
front Texture,
internalProcessArgs string
internalProcessPath string
levelName string
loadAdditive bool
loadAsync bool
loadingScreen Texture,
loadingScreenDistance float
loadingScreenFadeInTime float
loadingScreenFadeOutTime float
loadingScreenTransform Transform,
loadingScreenWidthInMeters float
postLoadSettleTime float
progressBarEmpty Texture,
progressBarWidthInMeters float
showGrid bool

공개 메소드들

메소드 설명
Begin ( string levelName, bool showGrid = false, float fadeOutTime = 0.5f, float r = 0.0f, float g = 0.0f, float b = 0.0f, float a = 1.0f ) : void
Trigger ( ) : void

비공개 메소드들

메소드 설명
GetOverlayHandle ( string overlayName, Transform, transform, float widthInMeters = 1.0f ) : ulong
LoadLevel ( ) : IEnumerator,
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( string levelName, bool showGrid = false, float fadeOutTime = 0.5f, float r = 0.0f, float g = 0.0f, float b = 0.0f, float a = 1.0f ) : void
levelName string
showGrid bool
fadeOutTime float
r float
g float
b float
a float
리턴 void

Trigger() 공개 메소드

public Trigger ( ) : void
리턴 void

프로퍼티 상세

autoTriggerOnEnable 공개적으로 프로퍼티

public bool autoTriggerOnEnable
리턴 bool

backgroundColor 공개적으로 프로퍼티

public Color, backgroundColor
리턴 Color,

fadeInTime 공개적으로 프로퍼티

public float fadeInTime
리턴 float

fadeOutTime 공개적으로 프로퍼티

public float fadeOutTime
리턴 float

front 공개적으로 프로퍼티

public Texture, front
리턴 Texture,

internalProcessArgs 공개적으로 프로퍼티

public string internalProcessArgs
리턴 string

internalProcessPath 공개적으로 프로퍼티

public string internalProcessPath
리턴 string

levelName 공개적으로 프로퍼티

public string levelName
리턴 string

loadAdditive 공개적으로 프로퍼티

public bool loadAdditive
리턴 bool

loadAsync 공개적으로 프로퍼티

public bool loadAsync
리턴 bool

loadingScreen 공개적으로 프로퍼티

public Texture, loadingScreen
리턴 Texture,

loadingScreenDistance 공개적으로 프로퍼티

public float loadingScreenDistance
리턴 float

loadingScreenFadeInTime 공개적으로 프로퍼티

public float loadingScreenFadeInTime
리턴 float

loadingScreenFadeOutTime 공개적으로 프로퍼티

public float loadingScreenFadeOutTime
리턴 float

loadingScreenTransform 공개적으로 프로퍼티

public Transform, loadingScreenTransform
리턴 Transform,

loadingScreenWidthInMeters 공개적으로 프로퍼티

public float loadingScreenWidthInMeters
리턴 float

postLoadSettleTime 공개적으로 프로퍼티

public float postLoadSettleTime
리턴 float

progressBarEmpty 공개적으로 프로퍼티

public Texture, progressBarEmpty
리턴 Texture,

progressBarWidthInMeters 공개적으로 프로퍼티

public float progressBarWidthInMeters
리턴 float

showGrid 공개적으로 프로퍼티

public bool showGrid
리턴 bool