ComponentGetComponent Method |
| Name | Description | |
|---|---|---|
| GetComponentT(Boolean, Boolean) |
Finds a child component of the specified type.
| |
| GetComponent(String, Boolean) |
Finds a child component by name.
| |
| GetComponentT(String, Boolean) |
Finds a child component by name with the specified type.
| |
| GetComponent(Type, Boolean, Boolean) |
Finds a child component of the specified type.
| |
| GetComponent(MetadataTypeInfo, Boolean, Boolean) |
Finds a child component of the specified type.
|