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

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

Версия 23:10, 11 июня 2019

Delphi

TfgAssetColorReaderAndWriter = class (TfgBaseAssetReaderAndWriter)