◆
HasDelegatesRegistered()
static bool HasDelegatesRegistered
(
System.Type
typeDelegatesExpose
,
bool
includeBaseClasses
=
false
)
static
Parameters
typeDelegatesExpose
Type to check.
includeBaseClasses
when true, will include all classes typeDelegatesExpose is descended from, in the search for an exposer delegate.
Returns
Return true if the Type to check already has Expose delegates registered.
EyE
EditorUnity
Exposer
MemberExposerFunctions