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

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

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

Delphi

TfgAssetColorReaderAndWriter = class (TfgBaseAssetReaderAndWriter)