Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / IShaderTechnique Interface / UpdatedInFrame Property

In This Topic
    UpdatedInFrame Property (IShaderTechnique)
    In This Topic
    Gets or sets a value indicating whether the shader has been updated in the current frame.
    Syntax
    'Declaration
     
    Property UpdatedInFrame As Boolean
    bool UpdatedInFrame {get; set;}
    See Also