Class XRDeviceRenderableModel
Render a 3d model associated to a XR device.
Inheritance
XRDeviceRenderableModel
Implements
Inherited Members
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public class XRDeviceRenderableModel : Component, IDependencyObject
Properties
RenderableEntity
Gets the renderable entity.
Declaration
public Entity RenderableEntity { get; }
Property Value
Type | Description |
---|---|
Entity |
Methods
OnActivated()
Invoked when the object is activated once is attached.
Declaration
protected override void OnActivated()
Overrides
OnDeactivated()
Invoked when the object is deactivated.
Declaration
protected override void OnDeactivated()
Overrides
OnDetach()
Invoked when the object is detached.
Declaration
protected override void OnDetach()
Overrides
Start()
Invoked to start the object.
Declaration
protected override void Start()