public override object GetComponent(MonoBehaviour pMono, Type pElementType)
 {
     return(CoreLogic.Event_GetComponentInChildren(pMono, pElementType, bInclude_DisableObject, bSearch_By_ComponentName, strComponentName));
 }