C# Class SteamVR_LoadLevel, vr-dc-ex

Inheritance: MonoBehaviour
显示文件 Open project: vmware-archive/vr-dc-ex Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
GetOverlayHandle ( string overlayName, Transform, transform, float widthInMeters = 1.0f ) : ulong
LoadLevel ( ) : IEnumerator,
OnEnable ( ) : void
OnGUI ( ) : void
Update ( ) : void

Method Details

Begin() public static method

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
return void

Trigger() public method

public Trigger ( ) : void
return void

Property Details

autoTriggerOnEnable public_oe property

public bool autoTriggerOnEnable
return bool

backgroundColor public_oe property

public Color, backgroundColor
return Color,

fadeInTime public_oe property

public float fadeInTime
return float

fadeOutTime public_oe property

public float fadeOutTime
return float

front public_oe property

public Texture, front
return Texture,

internalProcessArgs public_oe property

public string internalProcessArgs
return string

internalProcessPath public_oe property

public string internalProcessPath
return string

levelName public_oe property

public string levelName
return string

loadAdditive public_oe property

public bool loadAdditive
return bool

loadAsync public_oe property

public bool loadAsync
return bool

loadingScreen public_oe property

public Texture, loadingScreen
return Texture,

loadingScreenDistance public_oe property

public float loadingScreenDistance
return float

loadingScreenFadeInTime public_oe property

public float loadingScreenFadeInTime
return float

loadingScreenFadeOutTime public_oe property

public float loadingScreenFadeOutTime
return float

loadingScreenTransform public_oe property

public Transform, loadingScreenTransform
return Transform,

loadingScreenWidthInMeters public_oe property

public float loadingScreenWidthInMeters
return float

postLoadSettleTime public_oe property

public float postLoadSettleTime
return float

progressBarEmpty public_oe property

public Texture, progressBarEmpty
return Texture,

progressBarWidthInMeters public_oe property

public float progressBarWidthInMeters
return float

showGrid public_oe property

public bool showGrid
return bool