Search Results for

    Show / Hide Table of Contents

    Struct SpotLightStruct

    Struct with aligned data for sending a spot light to the shader.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public struct SpotLightStruct

    Fields

    Color

    Light diffuse color.

    Declaration
    public Vector3 Color
    Field Value
    Type Description
    Vector3

    ConeAngle

    The cone angle.

    Declaration
    public float ConeAngle
    Field Value
    Type Description
    float

    Direction

    The direction.

    Declaration
    public Vector3 Direction
    Field Value
    Type Description
    Vector3

    Falloff

    Light range.

    Declaration
    public float Falloff
    Field Value
    Type Description
    float

    Position

    Light position.

    Declaration
    public Vector3 Position
    Field Value
    Type Description
    Vector3

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX