namespace MagicaCloth { /// /// データの参照インデックス内容 /// [System.Serializable] public struct ReferenceDataIndex { /// /// データの開始インデックス /// public int startIndex; /// /// データ数 /// public int count; } }