Playscii.Layer Struct
Definition
Section titled “Definition”Json layer in the Playscii file.
public struct Playscii.LayerFields
Section titled “Fields”Layer name.
public string namePlayscii tiles that will be converted to ColoredGlyphBase.
public Playscii.Tile[] tilesvisible
Section titled “visible”Visibility of this layer.
public bool visibleMethods
Section titled “Methods”ToSurface(ScreenSurface, Palette)
Section titled “ToSurface(ScreenSurface, Palette)”Converts the Playscii layer to a SadConsole ScreenSurface.
public ScreenSurface ToSurface(ScreenSurface parent, Palette colors)Parameters
Section titled “Parameters”parent ScreenSurface
ScreenSurface that represents Playscii frame holding this layer.
colors SadRogue.Primitives.Palette
SadRogue.Primitives.Palette of colors converted from the Playscii format.
Returns
Section titled “Returns”ScreenSurface
ScreenSurface containg the given Playscii layer.