Skip to content

A more feature rich UnityEvent

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

virendra531/UnityEvent2

Repository files navigation

UnityEvent2

A more feature rich UnityEvent

Instructions

  1. Add namespace

    using BitByte;

  2. Add Variable

    public UnityEvent2[] unityEvent2;

  3. Call Event using

    unityEvent2.Invoke();

Example.cs

using UnityEngine;
using BitByte;

public class Example : MonoBehaviour {
    public UnityEvent2[] unityEvent2;

    void Awake() {
        CallEvent();
    }
    
    public void CallEvent() {
        unityEvent2.Invoke();
    }
}

First Second Third

About

A more feature rich UnityEvent

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages