Search Results for

    Show / Hide Table of Contents

    Class BillboardRenderFeature

    Manages the mesh processor collection.

    Inheritance
    object
    DisposableObject
    RenderFeature
    RenderFeature<BillboardInfo>
    BillboardRenderFeature
    Inherited Members
    RenderFeature<BillboardInfo>.FeatureTypes
    RenderFeature.RenderManager
    RenderFeature.RenderObjects
    RenderFeature.ActiveMeshProcessors
    RenderFeature.ActiveMeshProcessorsCount
    RenderFeature.Add(RenderObjectInfo)
    RenderFeature.Remove(RenderObjectInfo)
    RenderFeature.RegisterMeshProcessor(MeshProcessor)
    RenderFeature.UnregisterMeshProcessor(MeshProcessor)
    RenderFeature.FindMeshProcessor<T>()
    RenderFeature.Initialize()
    RenderFeature.Reset()
    RenderFeature.Collect()
    RenderFeature.Destroy()
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class BillboardRenderFeature : RenderFeature<BillboardInfo>

    Constructors

    BillboardRenderFeature(RenderManager)

    Initializes a new instance of the BillboardRenderFeature class.

    Declaration
    public BillboardRenderFeature(RenderManager renderManager)
    Parameters
    Type Name Description
    RenderManager renderManager

    The render manager.

    Extension Methods

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