Inherited by ModWorkshopEntry, TexturePackWorkshopEntry, and WorldWorkshopEntry.
|
static string | ReadHeader (string jsonText) |
|
static bool | TryReadingManifest (string filePath, out FoundWorkshopEntryInfo info) |
|
|
const string | ContentTypeName_ResourcePack = "ResourcePack" |
|
const string | ContentTypeName_World = "World" |
|
const int | CurrentWorkshopPublishVersion = 1 |
|
|
static string | CreateHeaderJson (string contentTypeName, ulong workshopEntryId, string[] tags, WorkshopItemPublicSettingId publicity, string previewImagePath) |
|
static bool | TryGet< T > (Dictionary< string, object > dict, string name, out T outputValue) |
|
|
const string | ContentTypeJsonCategoryField = "ContentType" |
|
const string | HeaderFileName = "Workshop.json" |
|
const string | PreviewImageField = "PreviewImagePath" |
|
const string | PublictyField = "Publicity" |
|
static readonly JsonSerializerSettings | SerializerSettings |
|
const string | TagsField = "Tags" |
|
const string | WorkshopEntryField = "SteamEntryId" |
|
const string | WorkshopPublishedVersionField = "WorkshopPublishedVersion" |
|
◆ SerializerSettings
readonly JsonSerializerSettings AWorkshopEntry.SerializerSettings |
|
staticprotected |
Initial value:= new JsonSerializerSettings {
TypeNameHandling = TypeNameHandling.None,
MetadataPropertyHandling = MetadataPropertyHandling.ReadAhead,
Formatting = Formatting.Indented
}