ShapeRasterizerFactory Description abstract class Tinman.Terrain.Shapes.ShapeRasterizerFactory → <T ref : ISampleBufferBase> Derived from IShapeRasterizerFactory<T> Abstract base class for IShapeRasterizerFactory implementations. Protected / Methods DoRasterizer protected abstract method DoRasterizer → (1) shape in : IShape The shape. returns → IShapeRasterizer<T> The shape rasterizer. Creates a new instance of IShapeRasterizer for the given shape. ShapeRasterizer ShapeReader