Class XRDeviceMeshComponent
A 3D mesh provided by XR platform.
Inheritance
XRDeviceMeshComponent
  Implements
Inherited Members
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public class XRDeviceMeshComponent : MeshComponent, IDependencyObject
  Properties
XRModelName
Gets or sets the XR model name.
Declaration
public string XRModelName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
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
OnDetach()
Invoked when the object is detached.
Declaration
protected override void OnDetach()