1
This commit is contained in:
@@ -26,6 +26,10 @@ namespace BITKit.Events
|
||||
{
|
||||
public List<UnityEventData> Targets = new List<UnityEventData>();
|
||||
|
||||
public void Invoke()
|
||||
{
|
||||
Invoke(Array.Empty<object>());
|
||||
}
|
||||
public void Invoke(params object[] objects)
|
||||
{
|
||||
foreach (var x in Targets)
|
||||
@@ -170,6 +174,7 @@ namespace BITKit.Events
|
||||
{
|
||||
x.MethodName = changeEvent.newValue;
|
||||
EditorUtility.SetDirty(_property.serializedObject.targetObject);
|
||||
Update();
|
||||
});
|
||||
|
||||
field.value = x.MethodName;
|
||||
|
Reference in New Issue
Block a user