コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     mDiBan = target as EntityDiBan;
 }
コード例 #2
0
 public override void OnInspectorGUI()
 {
     base.OnInspectorGUI();
     mDiBan = target as EntityDiBan;
     mDiBan.ResetChildScale();
 }