強火で進め

このブログではプログラム関連の記事を中心に書いてます。

2012-08-02から1日間の記事一覧

列挙体内(Enum)の定数の値の配列を取得

以下の様に記述する事で取得可能。 using UnityEngine; using System.Collections; using System; public enum DataType { DataA, DataB, DataC } public class Test : MonoBehaviour { void Start () { var allDataTypes = Enum.GetValues(typeof(DataType)…

Apache Deltacloudのバージョン1.0がリリース

The Apache Software Foundation Announces Apache Deltacloud™ v1.0 : The Apache Software Foundation Blog https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces30 Apache Deltacloudって何?って人にはこちらの記事なん…