Search Results for

    Show / Hide Table of Contents

    Struct DirectionalLightStruct

    Struct with aligned data for sending directional light to the shader.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public struct DirectionalLightStruct

    Fields

    Color

    Light diffuse color.

    Declaration
    public Vector3 Color
    Field Value
    Type Description
    Vector3

    Direction

    Light direction.

    Declaration
    public Vector3 Direction
    Field Value
    Type Description
    Vector3

    Extension Methods

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