ReceiverBase.HideUnityEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines whether Unity Events should be hidden in inspector for this type of EventReceiver
public:
virtual property bool HideUnityEvents { bool get(); };
public virtual bool HideUnityEvents { get; }
member this.HideUnityEvents : bool
Public Overridable ReadOnly Property HideUnityEvents As Boolean