UserProperties.GetPropertyFloat

GetPropertyFloat(string)

float プロパティ値を取得します。

public virtual float GetPropertyFloat(string key)
パラメータタイプ説明
keyStringプロパティの名前。

戻り値

プロパティ値。

関連項目


GetPropertyFloat(string, float)

float プロパティ値を取得します。要求されたプロパティが存在しない場合は、提供されたデフォルト値を返します.

public virtual float GetPropertyFloat(string key, float def)
パラメータタイプ説明
keyStringプロパティの名前。
defSingleプロパティのデフォルト値。

戻り値

プロパティ値。

関連項目