Summary
Appends the full transform path to the target with slashes between the names of each of its parents, much like a file path.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Containing Type
- IGUtils
Syntax
public static void AppendTransformPath(StringBuilder text, Transform target)
Parameters
Name | Type | Description |
---|---|---|
text | StringBuilder | |
target | Transform |
Return Value
Type | Description |
---|---|
void |