Class RenderObject
Inheritance
System.Object
RenderObject
Inherited Members
Namespace: Aximo.Render.Objects
Assembly: Aximo.Render.dll
Syntax
public abstract class RenderObject : RenderObjectBase, IRenderObject, IData, IDisposable
Properties
| Improve this Doc View SourceRenderPipelines
Declaration
public virtual List<IRenderPipeline> RenderPipelines { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<IRenderPipeline> |
Methods
| Improve this Doc View SourceUsePipeline(IRenderPipeline)
Declaration
public void UsePipeline(IRenderPipeline pipeline)
Parameters
| Type | Name | Description |
|---|---|---|
| IRenderPipeline | pipeline |
UsePipeline<T>()
Declaration
public void UsePipeline<T>()
where T : class, IRenderPipeline
Type Parameters
| Name | Description |
|---|---|
| T |
Implements
System.IDisposable