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.GetString

Method

public string GetString(string key, string defaultValue = null)

Parameters

key string Key
defaultValue string A default value to return if the key is not found

Returns

string

String value, if not found returns defaultValue

Description

Get a string property by its key.

See Docs

Features - Tiled TMX Support