Skip to content

Playscii.Layer Struct

Json layer in the Playscii file.

C#
public struct Playscii.Layer

Layer name.

C#
public string name

Playscii tiles that will be converted to ColoredGlyphBase.

C#
public Playscii.Tile[] tiles

Visibility of this layer.

C#
public bool visible

Converts the Playscii layer to a SadConsole ScreenSurface.

C#
public ScreenSurface ToSurface(ScreenSurface parent, Palette colors)

parent ScreenSurface
ScreenSurface that represents Playscii frame holding this layer.

colors SadRogue.Primitives.Palette
SadRogue.Primitives.Palette of colors converted from the Playscii format.

ScreenSurface
ScreenSurface containg the given Playscii layer.