mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:17:37 +02:00
finish essential property work
- fix minor bug related to karate man flow bar sounds
This commit is contained in:
@ -23,6 +23,9 @@ namespace HeavenStudio.Editor
|
||||
[SerializeField] private GameObject HeaderP;
|
||||
[SerializeField] private GameObject SubHeaderP;
|
||||
|
||||
[Header("Editable Properties")]
|
||||
[SerializeField] RemixPropertiesDialog.PropertyTag[] tags;
|
||||
|
||||
public void Init(RemixPropertiesDialog diag)
|
||||
{
|
||||
dialog = diag;
|
||||
@ -116,7 +119,7 @@ namespace HeavenStudio.Editor
|
||||
|
||||
public override void OnOpenTab()
|
||||
{
|
||||
dialog.SetupDialog();
|
||||
dialog.SetupDialog(tags, this);
|
||||
}
|
||||
|
||||
public override void OnCloseTab()
|
||||
|
Reference in New Issue
Block a user