Search Results for

    Show / Hide Table of Contents

    Enum BillboardType

    Specifies a billboard behavior.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    [Flags]
    public enum BillboardType : byte

    Fields

    Name Description
    Axial_Orientation

    An object is rotated about an axis to face the camera.

    PointOrientation

    An object is oriented around a point to always face the camera. With this type of billboarding, the object will always appear the same to the camera; however, it will be affected by perspective.

    Extension Methods

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