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

Method

public float GetFloat(string key, float defaultValue = 0.0f)

Parameters

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

Returns

float

Float value, if not found returns defaultValue

Description

Get a float property by its key.

See Docs

Features - Tiled TMX Support