Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / LightSettings Class / Direction Property

In This Topic
    Direction Property (LightSettings)
    In This Topic
    Gets or sets the light direction.
    Syntax
    'Declaration
     
    Public Property Direction As Vector3D
    public Vector3D Direction {get; set;}
    Remarks
    Not meaningful for point lights.
    See Also