Class XRPlaneRenderer
Component that visualizes the AR mobile planes.
Inheritance
DependencyObject
    AttachableObject
    PrefabInstanceObject
    Component
    XRPlaneRenderer
  Implements
Inherited Members
      Component.Owner
    
    
      Component.Managers
    
    
      Component.ShouldBeActivated
    
    
      Component.Clone()
    
    
      Component.Attach(Entity)
    
    
      Component.OnLoaded()
    
    
      Component.OnActivated()
    
    
      Component.Start()
    
    
      Component.OnDeactivated()
    
    
      Component.OnDestroy()
    
    
      PrefabInstanceObject.PrefabSource
    
    
      PrefabInstanceObject.PrefabElementId
    
    
      PrefabInstanceObject.IsPrefabInstance
    
    
      PrefabInstanceObject.IsMissingPrefabSource
    
    
      AttachableObject.AttachableStateChanged
    
    
      AttachableObject.IsEnabled
    
    
      AttachableObject.State
    
    
      AttachableObject.IsLoaded
    
    
      AttachableObject.IsAttached
    
    
      AttachableObject.IsActivated
    
    
      AttachableObject.IsStarted
    
    
      AttachableObject.IsDestroyed
    
    
      AttachableObject.Destroy()
    
    
      AttachableObject.DependencyBroken()
    
    
      DependencyObject.Dependencies
    
    
      DependencyObject.OnDependencyRemoved
    
    
    
    
    
    
    
    
    
    
  Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public class XRPlaneRenderer : Component, IDependencyObject
  Constructors
XRPlaneRenderer()
Initializes a new instance of the XRPlaneRenderer class.
Declaration
public XRPlaneRenderer()
  Properties
Material
Gets or sets plane material.
Declaration
public Material Material { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Material | 
Methods
OnAttached()
Invoked when the object is attached to the system.
Declaration
protected override bool OnAttached()
  Returns
| Type | Description | 
|---|---|
| bool | True if all is OK.  | 
      
Overrides
Evergine.Framework.Component.OnAttached()
  
  OnDetach()
Invoked when the object is detached.
Declaration
protected override void OnDetach()
  Overrides
Evergine.Framework.Component.OnDetach()