Modifier and Type | Method and Description |
---|---|
TiledObjectTemplate |
TiledObject.getTemplate()
Returns the template from which this object inherits its default
properties, or null if no template was specified.
|
static TiledObjectTemplate |
TiledReader.getTemplate(java.lang.String path)
Reads a Tiled object template from the specified TX file and returns it
as a TiledObjectTemplate object.
|