Struct XRRenderableModelInfo
Represent the renderable model information.
Inherited Members
Namespace: Evergine.Framework.XR.RenderableModels
Assembly: Evergine.Framework.dll
Syntax
public struct XRRenderableModelInfo
  Constructors
XRRenderableModelInfo(Entity, bool)
Initializes a new instance of the XRRenderableModelInfo struct.
Declaration
public XRRenderableModelInfo(Entity entity, bool entityAsDevicChild = true)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Entity | entity | The entity.  | 
      
| bool | entityAsDevicChild | Indicates if the renderable model entity need to be added as a child of the XR Device entity.  | 
      
Fields
Entity
Represents the renderable model entity.
Declaration
public Entity Entity
  Field Value
| Type | Description | 
|---|---|
| Entity | 
EntityAsDeviceChild
Indicates if the renderable model entity need to be added as a child of the XR Device entity.
Declaration
public bool EntityAsDeviceChild
  Field Value
| Type | Description | 
|---|---|
| bool |