Table of Contents

Class ObjectProperty

Namespace
DotTiled
Assembly
DotTiled.dll

Represents an object property.

public class ObjectProperty : IProperty<uint>, IProperty
Inheritance
ObjectProperty
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 object identifier referenced by the property.

public required uint Value { get; set; }

Property Value

uint

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.