Class RestorePayloadEntry
One restorable file shipped as a payload: where it belongs, its GUID, and its original meta.
Inheritance
RestorePayloadEntry
Assembly: Serenity.PackageBootstrapper.Editor.dll
Syntax
public sealed class RestorePayloadEntry
Constructors
RestorePayloadEntry()
Declaration
public RestorePayloadEntry()
Fields
guid
Declaration
Field Value
metaContentBase64
Base64 of the source file's full .meta text. Base64 keeps the round-trip byte-exact and
independent of JsonUtility's string escaping, so the restored meta reproduces the original GUID
and importer settings verbatim.
Declaration
public string metaContentBase64
Field Value
payloadName
Declaration
public string payloadName
Field Value
targetPath
Declaration
Field Value