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
Name
The name of the custom type.
string Name { get; set; }