Show / Hide Table of Contents

Class HubModelDeserializerOption

HubModelDeserializer option

Inheritance
Object
HubModelDeserializerOption
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.Legacy
Assembly: VRoidSDK.dll
Syntax
public class HubModelDeserializerOption

Fields

CacheEncryptPassword

Password settings used for model encryption

Declaration
public string CacheEncryptPassword
Field Value
Type Description
String

DownloadTimeout

Download timeout (seconds)

Declaration
public int DownloadTimeout
Field Value
Type Description
Int32
Remarks

Default: 300

MaxCacheCount

Max cache count

Declaration
public uint MaxCacheCount
Field Value
Type Description
UInt32
Remarks

Default: 10

In This Article
Back to top Generated by DocFX