Class XRPlaneRenderer
Component that visualizes the AR mobile planes.
Inheritance
XRPlaneRenderer
Implements
Inherited Members
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 the 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 everything is OK. |
Overrides
OnDestroy()
Invoked when the object is about to be disposed.
Declaration
protected override void OnDestroy()
Overrides
OnDetach()
Invoked when the object is detached.
Declaration
protected override void OnDetach()