Search Results for

    Show / Hide Table of Contents

    Class BokehShapeType

    Depth of field bokeh shape types.

    Inheritance
    System.Object
    BokehShapeType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class BokehShapeType : Enum

    Fields

    Circle

    The circle shape.

    Declaration
    public const BokehShapeType Circle
    Field Value
    BokehShapeType

    Cross

    The cross shape.

    Declaration
    public const BokehShapeType Cross
    Field Value
    BokehShapeType

    Custom

    The custom texture shape.

    Declaration
    public const BokehShapeType Custom
    Field Value
    BokehShapeType

    Hexagon

    The hexagon shape.

    Declaration
    public const BokehShapeType Hexagon
    Field Value
    BokehShapeType

    Octagon

    The octagon shape.

    Declaration
    public const BokehShapeType Octagon
    Field Value
    BokehShapeType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat