Show / Hide Table of Contents

    Interface IShaderComponent

    This component provides a way to attach a shader to your entities

    Inherited Members
    IComponent.Name
    IComponent.Entity
    IComponent.RegistrationType
    IComponent.Init(IEntity, Type)
    IComponent.AfterInit()
    System.IDisposable.Dispose()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IShaderComponent : IComponent, IDisposable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Shader

    Gets or sets the shader that is attached to the entity.

    Declaration
    IShader Shader { get; set; }
    Property Value
    Type Description
    IShader

    The shader.

    See Also

    IComponent
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX