Interface IRenderableObject
Inherited Members
System.IDisposable.Dispose()
Namespace: Aximo.Render
Assembly: Aximo.Render.dll
Syntax
public interface IRenderableObject : IRenderObject, IData, IDisposable
Properties
| Improve this Doc View SourceRenderPipelines
Declaration
List<IRenderPipeline> RenderPipelines { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IRenderPipeline> |
Methods
| Improve this Doc View SourceOnRender()
Declaration
void OnRender()