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

Method

public bool GetBool(string key, bool defaultValue = false)

Parameters

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

Returns

bool

Boolean value, if not found returns defaultValue

Description

Get a boolean property by its key.

See Docs

Features - Tiled TMX Support