FGX.Assets.BitmapSet.TfgAssetBitmapSetReaderAndWriter: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Assets.BitmapSet | Вверх к родителю: FGX.Assets.BitmapSet ]]
 
* [[ FGX.Assets.BitmapSet | Вверх к родителю: FGX.Assets.BitmapSet ]]
* [[ FGX.Assets.BitmapSet.TfgAssetBitmapSetReaderAndWriter_Methods | Методы ]]
 
* [[ FGX.Assets.BitmapSet.TfgAssetBitmapSetReaderAndWriter_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgAssetBitmapSetReaderAndWriter = class (TfgBaseAssetReaderAndWriter)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgAssetBitmapSetReaderAndWriter = class (TfgBaseAssetReaderAndWriter)</syntaxhighlight>
 
== Методы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">WriteAsJson(const AAsset: TfgAsset; const AOptions: TfgWritingOptions)</syntaxhighlight>
 
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">ReadFromJson(const APath: string; const AJson: TJSONObject)</syntaxhighlight>
 
 
|}
 

Версия 03:39, 10 июня 2019

Delphi

TfgAssetBitmapSetReaderAndWriter = class (TfgBaseAssetReaderAndWriter)