Table of Contents

Class FileProperty

Namespace
DotTiled
Assembly
DotTiled.dll

Represents a file property.

public class FileProperty : IProperty<string>, IProperty
Inheritance
FileProperty
Implements
Inherited Members

Properties

Name

The name of the property.

public required string Name { get; set; }

Property Value

string

Type

The type of the property.

public PropertyType Type { get; }

Property Value

PropertyType

Value

The value of the property.

public required string Value { get; set; }

Property Value

string

Methods

Clone()

Clones the property, only used for copying properties when performing overriding with templates.

public IProperty Clone()

Returns

IProperty

An identical, but non-reference-equal, instance of the same property.