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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
 
* [[ FGX.Assets.Color | Вверх к родителю: FGX.Assets.Color ]]
 
* [[ FGX.Assets.Color | Вверх к родителю: FGX.Assets.Color ]]
* [[ FGX.Assets.Color.TfgAssetColorReaderAndWriter_Methods | Методы ]]
 
* [[ FGX.Assets.Color.TfgAssetColorReaderAndWriter_Properties | Свойства ]]
 
  
 
Delphi
 
Delphi
  
 
<syntaxhighlight lang="Delphi">TfgAssetColorReaderAndWriter = class (TfgBaseAssetReaderAndWriter)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgAssetColorReaderAndWriter = 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

TfgAssetColorReaderAndWriter = class (TfgBaseAssetReaderAndWriter)