Property | Type | Description | |
---|---|---|---|
m_Camera | |||
m_CameraFieldOfView | float | ||
m_Light | UnityEngine.Light[] |
Method | Description | |
---|---|---|
BeginPreview ( |
||
BeginPreviewHDR ( |
||
BeginStaticPreview ( |
||
BeginStaticPreviewHDR ( |
||
Cleanup ( ) : void | ||
DrawMesh ( |
||
DrawMesh ( |
||
DrawMesh ( |
||
DrawMesh ( |
||
DrawMesh ( |
||
EndAndDrawPreview ( |
||
EndPreview ( ) : |
||
EndStaticPreview ( ) : |
||
GetScaleFactor ( float width, float height ) : float | ||
PreviewRenderUtility ( ) : System | ||
PreviewRenderUtility ( bool renderFullScene ) : System |
Method | Description | |
---|---|---|
BeginPreview ( |
||
BeginStaticPreview ( |
||
GetPreviewSphere ( ) : |
||
InitPreview ( |
public BeginPreview ( |
||
r | ||
previewBackground | ||
return | void |
public BeginPreviewHDR ( |
||
r | ||
previewBackground | ||
return | void |
public BeginStaticPreview ( |
||
r | ||
return | void |
public BeginStaticPreviewHDR ( |
||
r | ||
return | void |
public DrawMesh ( |
||
mesh | ||
matrix | ||
mat | ||
subMeshIndex | int | |
return | void |
public DrawMesh ( |
||
mesh | ||
matrix | ||
mat | ||
subMeshIndex | int | |
customProperties | ||
return | void |
public DrawMesh ( |
||
mesh | ||
pos | Vector3 | |
rot | ||
mat | ||
subMeshIndex | int | |
return | void |
public DrawMesh ( |
||
mesh | ||
pos | Vector3 | |
rot | ||
mat | ||
subMeshIndex | int | |
customProperties | ||
return | void |
public DrawMesh ( |
||
mesh | ||
pos | Vector3 | |
rot | ||
mat | ||
subMeshIndex | int | |
customProperties | ||
probeAnchor | ||
return | void |
public EndAndDrawPreview ( |
||
r | ||
return | void |
public EndStaticPreview ( ) : |
||
return |
public GetScaleFactor ( float width, float height ) : float | ||
width | float | |
height | float | |
return | float |
public PreviewRenderUtility ( bool renderFullScene ) : System | ||
renderFullScene | bool | |
return | System |