docs.unity.cn
  • Manual
  • Scripting API
  • Changelog
  • License

Remote Config Runtime 2.1.3-exp.10

    Show / Hide Table of Contents
    • Unity.​Remote​Config
      • Config​Manager
        • Properties
          • app​Config
          • request​Status
        • Methods
          • Fetch​Configs
          • Get​Config
          • Set​Config​Assignment​Hash
          • Set​Custom​User​ID
          • Set​Environment​ID
          • Set​Player​Identity​Token
          • Set​User​ID
        • Events
          • Fetch​Completed
      • Config​Manager​Impl
        • Constructors
          • Config​Manager​Impl
        • Properties
          • app​Config
        • Methods
          • Fetch​Configs
          • Get​Config
          • Load​From​Cache
          • Save​Cache
          • Set​Config​Assignment​Hash
          • Set​Custom​User​ID
          • Set​Environment​ID
          • Set​Player​Identity​Token
          • Set​User​ID
      • Config​Origin
      • Config​Request​Status
      • Config​Response
        • Fields
          • body
          • headers
          • request​Origin
          • status
      • IRCUnity​Web​Request
        • Properties
          • certificate​Handler
          • chunked​Transfer
          • dispose​Certificate​Handler​On​Dispose
          • dispose​Download​Handler​On​Dispose
          • dispose​Upload​Handler​On​Dispose
          • downloaded​Bytes
          • download​Handler
          • download​Progress
          • error
          • is​Done
          • is​Http​Error
          • is​Modifiable
          • is​Network​Error
          • method
          • redirect​Limit
          • response​Code
          • timeout
          • unity​Web​Request
          • uploaded​Bytes
          • upload​Handler
          • upload​Progress
          • uri
          • url
          • use​Http​Continue
        • Methods
          • Abort
          • Dispose
          • Get​Request​Header
          • Get​Response​Header
          • Get​Response​Headers
          • Send​Web​Request
          • Set​Request​Header
      • RCUnity​Web​Request
        • Properties
          • certificate​Handler
          • chunked​Transfer
          • dispose​Certificate​Handler​On​Dispose
          • dispose​Download​Handler​On​Dispose
          • dispose​Upload​Handler​On​Dispose
          • downloaded​Bytes
          • download​Handler
          • download​Progress
          • error
          • is​Done
          • is​Http​Error
          • is​Modifiable
          • is​Network​Error
          • method
          • redirect​Limit
          • response​Code
          • timeout
          • unity​Web​Request
          • uploaded​Bytes
          • upload​Handler
          • upload​Progress
          • uri
          • url
          • use​Http​Continue
        • Methods
          • Abort
          • Dispose
          • Get​Request​Header
          • Get​Response​Header
          • Get​Response​Headers
          • Send​Web​Request
          • Set​Request​Header
      • Runtime​Config
        • Fields
          • config​Type
        • Properties
          • assignment​Id
          • config
          • config​Assignment​Hash
          • environment​Id
          • origin
        • Methods
          • Get​Bool
          • Get​Float
          • Get​Int
          • Get​Json
          • Get​Keys
          • Get​Long
          • Get​String
          • Has​Key
        • Events
          • Fetch​Completed
    • Scripting API
    • Unity.​Remote​Config
    • Runtime​Config
    • Fields
    • config​Type

    Field configType

    The config type for this RuntimeConfig, default is "settings".

    Namespace: Unity.RemoteConfig
    Syntax
    public string configType
    Returns
    Type Description
    String

    The configType as a string.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, March 13, 2023
    Terms of use