René's URL Explorer Experiment


Title: Class UnityEvent

Generator: docfx 2.40.7.0

direct link

Domain: stephenhodgson.github.io

NoneIE=edge,chrome=1
titleClass UnityEvent
docfx:navrel../toc.html
docfx:tocreltoc.html

Links:

https://stephenhodgson.github.io/UnityCsReference/index.html
Show / Hide Table of Contentshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEvent-2.html#sidetoggle
Objecthttps://docs.microsoft.com/dotnet/api/system.object
UnityEventBasehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEventBase.html
ISerializationCallbackReceiverhttps://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.Eventshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.html
Improve this Dochttps://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 Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L25
Improve this Dochttps://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 Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L28
UnityActionhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityAction-2.html
Improve this Dochttps://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 Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L38
Stringhttps://docs.microsoft.com/dotnet/api/system.string
Objecthttps://docs.microsoft.com/dotnet/api/system.object
MethodInfohttps://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 Dochttps://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 Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L54
Improve this Dochttps://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 Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L33
UnityActionhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityAction-2.html
ISerializationCallbackReceiverhttps://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 Dochttps://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 Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/UnityEvent_2.cs/#L22
Back to tophttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Events.UnityEvent-2.html#top

Viewport: width=device-width


URLs of crawlers that visited me.