public override void OnInspectorGUI() { base.OnInspectorGUI(); StructTest _scp = target as StructTest; _scp.InitData(); }