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


【Unity】【Odin Inspector】Inspector の表示形式を Odin ではなく従来の方式に戻すことができる「DrawWithUnity」属性

使用例

f:id:baba_s:20190729200151p:plain

使い方

using Sirenix.OdinInspector;
using UnityEngine;

public class Example : MonoBehaviour
{
    public GameObject m_odinFormat;

    [DrawWithUnity] public GameObject m_unityFormat;
}

DrawWithUnity を変数に適用することで使用できます

関連記事




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

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