AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

TMXMapAsset::TMXProperties.Add

Method

public void Add(string key, string value)
public void Add(string key, bool value)
public void Add(string key, int value)
public void Add(string key, float value)
public void Add(string key, Color32 value)

Parameters

key string Key
value string Value

Returns

Nothing.

Description

Add a new property to this property collection.

See Docs

Features - Tiled TMX Support