Table of Contents

Interface ICustomTypeDefinition

Namespace
DotTiled
Assembly
DotTiled.dll

Base class for custom type definitions.

public interface ICustomTypeDefinition

Properties

ID

The ID of the custom type.

uint ID { get; set; }

Property Value

uint

Name

The name of the custom type.

string Name { get; set; }

Property Value

string