Class CoreLogic
Assembly: KorStrix.GetComponentAttribute.Runtime.dll
Syntax
public static class CoreLogic
Methods
|
Improve this Doc
View Source
Event_GetComponent(MonoBehaviour, Type)
Declaration
public static object Event_GetComponent(MonoBehaviour pMono, Type pElementType)
Parameters
Type |
Name |
Description |
MonoBehaviour |
pMono |
|
Type |
pElementType |
|
Returns
|
Improve this Doc
View Source
Event_GetComponentInChildren(MonoBehaviour, Type, Boolean, Boolean, String)
Declaration
public static object Event_GetComponentInChildren(MonoBehaviour pMono, Type pElementType, bool bInclude_DeActive, bool bSearch_By_ComponentName, string strComponentName)
Parameters
Type |
Name |
Description |
MonoBehaviour |
pMono |
|
Type |
pElementType |
|
Boolean |
bInclude_DeActive |
|
Boolean |
bSearch_By_ComponentName |
|
String |
strComponentName |
|
Returns
|
Improve this Doc
View Source
Event_GetComponentInParents(MonoBehaviour, Type)
Declaration
public static object Event_GetComponentInParents(MonoBehaviour pTargetMono, Type pElementType)
Parameters
Type |
Name |
Description |
MonoBehaviour |
pTargetMono |
|
Type |
pElementType |
|
Returns
|
Improve this Doc
View Source
Declaration
public static UnityEngine.Object[] ExtractSameNameArray(string strObjectName, UnityEngine.Object[] arrComponentFind)
Parameters
Type |
Name |
Description |
String |
strObjectName |
|
UnityEngine.Object[] |
arrComponentFind |
|
Returns
Type |
Description |
UnityEngine.Object[] |
|