zoukankan      html  css  js  c++  java
  • Unity的外部配置文件使用方法

    前一阵用这个,在Google里一搜,很多人都说文档里没有这个方法,不幸被我找到了,以免大家继续重复发明轮子>_<

    Using Alternative Configuration Sources

    You can also use any XML configuration file or other source of configuration information if required. For example, you can load configuration information into containers from a specific named configuration file by using the .NET Framework System.Configuration.Configuration class to retrieve the information from any XML formatted file. The following code shows how you can read configuration information from a file named MyConfig.config.

    C#
    VB
  • 相关阅读:
    Linux下修改Tomcat默认端口
    java 中 byte[]、File、InputStream 互相转换
    安装mule-standalone说明
    python: 可变参数
    vim编码方式设置
    ASCII, Unicode 与 UTF-8
    Vim: 强大的g
    Vim模糊查找与替换
    Vim统计字符串出现次数
    APB简介
  • 原文地址:https://www.cnblogs.com/HCOONa/p/1413718.html
Copyright © 2011-2022 走看看