|
| https://stephenhodgson.github.io/UnityCsReference/index.html |
| Show / Hide Table of Contents | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEvent-2.html#sidetoggle |
| Object | https://docs.microsoft.com/dotnet/api/system.object |
| UnityEventBase | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html |
| ISerializationCallbackReceiver | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.ISerializationCallbackReceiver.html |
| UnityEventBase.ISerializationCallbackReceiver.OnBeforeSerialize() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize |
| UnityEventBase.ISerializationCallbackReceiver.OnAfterDeserialize() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize |
| UnityEventBase.GetPersistentEventCount() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_GetPersistentEventCount |
| UnityEventBase.GetPersistentTarget(Int32) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_GetPersistentTarget_System_Int32_ |
| UnityEventBase.GetPersistentMethodName(Int32) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_GetPersistentMethodName_System_Int32_ |
| UnityEventBase.SetPersistentListenerState(Int32, UnityEventCallState) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_SetPersistentListenerState_System_Int32_UnityEngine_Events_UnityEventCallState_ |
| UnityEventBase.AddListener(Object, MethodInfo) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_AddListener_System_Object_System_Reflection_MethodInfo_ |
| UnityEventBase.RemoveListener(Object, MethodInfo) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_RemoveListener_System_Object_System_Reflection_MethodInfo_ |
| UnityEventBase.RemoveAllListeners() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_RemoveAllListeners |
| UnityEventBase.Invoke(Object[]) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_Invoke_System_Object___ |
| UnityEventBase.ToString() | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_ToString |
| UnityEventBase.GetValidMethodInfo(Object, String, Type[]) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_GetValidMethodInfo_System_Object_System_String_System_Type___ |
| UnityEventBase.ValidateRegistration(MethodInfo, Object, PersistentListenerMode) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_ValidateRegistration_System_Reflection_MethodInfo_System_Object_UnityEngine_Events_PersistentListenerMode_ |
| UnityEventBase.ValidateRegistration(MethodInfo, Object, PersistentListenerMode, Type) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_ValidateRegistration_System_Reflection_MethodInfo_System_Object_UnityEngine_Events_PersistentListenerMode_System_Type_ |
| UnityEventBase.RegisterPersistentListener(Int32, Object, MethodInfo) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_RegisterPersistentListener_System_Int32_System_Object_System_Reflection_MethodInfo_ |
| Object.Equals(Object) | https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_ |
| Object.Equals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_ |
| Object.ReferenceEquals(Object, Object) | https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_ |
| Object.GetHashCode() | https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode |
| Object.GetType() | https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType |
| Object.MemberwiseClone() | https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone |
| UnityEngine.Events | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Events_UnityEvent_2__ctor.md&value=---%0Auid%3A%20UnityEngine.Events.UnityEvent%602.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L25 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Events_UnityEvent_2_AddListener_UnityEngine_Events_UnityAction__0__1__.md&value=---%0Auid%3A%20UnityEngine.Events.UnityEvent%602.AddListener(UnityEngine.Events.UnityAction%7B%600%2C%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L28 |
| UnityAction | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityAction-2.html |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Events_UnityEvent_2_FindMethod_Impl_System_String_System_Object_.md&value=---%0Auid%3A%20UnityEngine.Events.UnityEvent%602.FindMethod_Impl(System.String%2CSystem.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L38 |
| String | https://docs.microsoft.com/dotnet/api/system.string |
| Object | https://docs.microsoft.com/dotnet/api/system.object |
| MethodInfo | https://docs.microsoft.com/dotnet/api/system.reflection.methodinfo |
| UnityEventBase.FindMethod_Impl(String, Object) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html#UnityEngine_Events_UnityEventBase_FindMethod_Impl_System_String_System_Object_ |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Events_UnityEvent_2_Invoke__0__1_.md&value=---%0Auid%3A%20UnityEngine.Events.UnityEvent%602.Invoke(%600%2C%601)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L54 |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Events_UnityEvent_2_RemoveListener_UnityEngine_Events_UnityAction__0__1__.md&value=---%0Auid%3A%20UnityEngine.Events.UnityEvent%602.RemoveListener(UnityEngine.Events.UnityAction%7B%600%2C%601%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L33 |
| UnityAction | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityAction-2.html |
| ISerializationCallbackReceiver | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.ISerializationCallbackReceiver.html |
| MustExtensions.MustBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_ |
| MustExtensions.MustBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_System_String_ |
| MustExtensions.MustNotBeEqual(T, T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_ |
| MustExtensions.MustNotBeEqual(T, T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_System_String_ |
| MustExtensions.MustBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_ |
| MustExtensions.MustBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_System_String_ |
| MustExtensions.MustNotBeNull(T) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_ |
| MustExtensions.MustNotBeNull(T, String) | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_System_String_ |
| Improve this Doc | https://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEngine_Events_UnityEvent_2.md&value=---%0Auid%3A%20UnityEngine.Events.UnityEvent%602%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A |
| View Source | https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L22 |
| Back to top | https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEvent-2.html#top |