◆
GetDelegatesForType()
static
ExposeDelegatesForType
GetDelegatesForType
(
System.Type
typeDelegatesExpose
,
bool
includeBaseClasses
=
false
)
static
Parameters
typeDelegatesExpose
Type to find the exposer delegate for
includeBaseClasses
When true, will include all classes typeDelegatesExpose is descended from, in the search for an exposer delegate.
Returns
The found exposer delegate, null if none were found.
EyE
EditorUnity
Exposer
MemberExposerFunctions