Search Results for

    Show / Hide Table of Contents

    Struct XRRenderableModelInfo

    Represents the renderable model information.

    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 entityAsDeviceChild = true)
    Parameters
    Type Name Description
    Entity entity

    The entity.

    bool entityAsDeviceChild

    Indicates if the renderable model entity needs 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 needs to be added as a child of the XR Device entity.

    Declaration
    public bool EntityAsDeviceChild
    Field Value
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX