Extended |
The ExtendedExportSettingsT type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateExtendedSettingsAdapters | Provides the adapter(s) for these extended settings, based on SupportedExtendedExportFieldSettings. | |
| Deserialize |
If you extend this object, then you MUST CALLbase.Deserialize(s) before deserializing your own data.
If you extend this directly in a script, then you MUST NOT deserialize your data if HasSerializedCustomData is false, but instead set your script extended settings to defaults. (Overrides ExportSettingsBaseFIELDSETTINGSTYPEDeserialize(Stream)) | |
| Init | (Overrides SettingsObjectInit(ICTExtension)) | |
| IsCustomized | MUST be overridden for built-in settings that inherit this class, in the following way:
C# protected sealed override bool IsCustomized() { return GetType() != typeof(<your settings class>); } (Overrides ExportSettingsBaseFIELDSETTINGSTYPEIsCustomized) | |
| Serialize |
If you extend this object, then you MUST CALLbase.Serialize(s) before serializing your own data.
(Overrides ExportSettingsBaseFIELDSETTINGSTYPESerialize(Stream)) |