Interface IShaderComponent
This component provides a way to attach a shader to your entities
Inherited Members
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 SourceShader
Gets or sets the shader that is attached to the entity.
Declaration
IShader Shader { get; set; }
Property Value
Type | Description |
---|---|
IShader | The shader. |