Table of Contents

Class Template

Namespace
DotTiled
Assembly
DotTiled.dll

Represents a Tiled template. A template is a reusable object that can be placed in an DotTiled inside the Tiled editor.

public class Template
Inheritance
Template
Inherited Members

Properties

Object

The object that this template represents.

public required Object Object { get; set; }

Property Value

Object

Tileset

If the template represents a tile object, this property will contain the tileset that the tile belongs to.

public Optional<Tileset> Tileset { get; set; }

Property Value

Optional<Tileset>