以下の内容はhttps://baba-s.hatenablog.com/entry/2020/06/29/091200より取得しました。


【Unity】Unity 2020.2a 新機能 - 配列やリストを Inspector で並べ替えられるようにする「Reorderable」属性

概要

using System.Collections.Generic;
using UnityEngine;

public class Example : MonoBehaviour
{
    [Reorderable] public string[]    m_names;
    [Reorderable] public Vector3[]   m_positions;
    [Reorderable] public List<Color> m_colors;
}

f:id:baba_s:20200626095235g:plain

参考サイト様




以上の内容はhttps://baba-s.hatenablog.com/entry/2020/06/29/091200より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14