Show / Hide Table of Contents

Class ARBackgroundRenderer

Inheritance
Object
ARBackgroundRenderer
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.XR
Assembly: UnityEngine.dll
Syntax
public class ARBackgroundRenderer

Fields

| Improve this Doc View Source

m_BackgroundMaterial

Declaration
protected Material m_BackgroundMaterial
Field Value
Type Description
Material
| Improve this Doc View Source

m_BackgroundTexture

Declaration
protected Texture m_BackgroundTexture
Field Value
Type Description
Texture
| Improve this Doc View Source

m_Camera

Declaration
protected Camera m_Camera
Field Value
Type Description
Camera

Properties

| Improve this Doc View Source

backgroundMaterial

Declaration
public Material backgroundMaterial { get; set; }
Property Value
Type Description
Material
| Improve this Doc View Source

backgroundTexture

Declaration
public Texture backgroundTexture { get; set; }
Property Value
Type Description
Texture
| Improve this Doc View Source

camera

Declaration
public Camera camera { get; set; }
Property Value
Type Description
Camera
| Improve this Doc View Source

mode

Declaration
public ARRenderMode mode { get; set; }
Property Value
Type Description
ARRenderMode

Methods

| Improve this Doc View Source

DisableARBackgroundRendering()

Declaration
protected void DisableARBackgroundRendering()
| Improve this Doc View Source

EnableARBackgroundRendering()

Declaration
protected bool EnableARBackgroundRendering()
Returns
Type Description
Boolean

Events

| Improve this Doc View Source

backgroundRendererChanged

Declaration
public event Action backgroundRendererChanged
Event Type
Type Description
Action

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX