Interface IRenderTarget
Denotes a type that can be rendered to by the RenderSystem.
public interface IRenderTarget
- Extension Methods
Properties
this[int, int]
Gets a reference to the cell at (x, y).
ref Cell this[int x, int y] { get; }
Parameters
Property Value
LowerBound
Gets the (inclusive) bottom-leftmost corner of this target.
VectorInt LowerBound { get; }
Property Value
Size
Gets the size of this target.
VectorInt Size { get; }
Property Value
UpperBound
Gets the (exclusive) top-rightmost corner of this target.
VectorInt UpperBound { get; }