以下の内容はhttps://baba-s.hatenablog.com/entry/2019/05/04/220000より取得しました。


【Unity】【Odin】Inspector で配列やリストを常に開いた状態にする方法

概要

using Sirenix.OdinInspector;
using UnityEngine;

public class Example : MonoBehaviour
{
    [ListDrawerSettings( Expanded = true )]
    public string[] m_list;
}

f:id:baba_s:20180907204645p:plain

ListDrawerSettings 属性で Expanded に true を設定する




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

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