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


【Unity】RectTransform の internal な機能にアクセスできるようにするパッケージ「UniRectTransformInternal」を GitHub に公開しました

リポジトリ

使用例

using Kogane;
using UnityEditor;
using UnityEngine;

public static class Example
{
    [MenuItem( "Tools/Hoge" )]
    private static void Hoge()
    {
        // 「Some values driven by XXXX」の状態を取得
        var rectTransform    = ( RectTransform ) Selection.activeTransform;
        var drivenProperties = RectTransformInternal.GetDrivenProperties( rectTransform );

        Debug.Log( drivenProperties );
    }
}



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

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