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 towards the camera.

    PointOrientation

    An object is orientated about 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