Class ARBackgroundRenderer
Inheritance
ARBackgroundRenderer
Assembly: UnityEngine.dll
Syntax
public class ARBackgroundRenderer
Fields
|
Improve this Doc
View Source
m_BackgroundMaterial
Declaration
protected Material m_BackgroundMaterial
Field Value
|
Improve this Doc
View Source
m_BackgroundTexture
Declaration
protected Texture m_BackgroundTexture
Field Value
|
Improve this Doc
View Source
m_Camera
Declaration
protected Camera m_Camera
Field Value
Properties
|
Improve this Doc
View Source
backgroundMaterial
Declaration
public Material backgroundMaterial { get; set; }
Property Value
|
Improve this Doc
View Source
backgroundTexture
Declaration
public Texture backgroundTexture { get; set; }
Property Value
|
Improve this Doc
View Source
camera
Declaration
public Camera camera { get; set; }
Property Value
|
Improve this Doc
View Source
mode
Declaration
public ARRenderMode mode { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DisableARBackgroundRendering()
Declaration
protected void DisableARBackgroundRendering()
|
Improve this Doc
View Source
EnableARBackgroundRendering()
Declaration
protected bool EnableARBackgroundRendering()
Returns
Events
|
Improve this Doc
View Source
backgroundRendererChanged
Declaration
public event Action backgroundRendererChanged
Event Type
Extension Methods