Method | Description | |
---|---|---|
GetChild ( string name, Transform t ) : Transform | ||
Mount ( Transform parent, Transform child, bool setToPosition, bool localSpace, Vector3 positionOffset, bool useRotation, Vector3 rotationOffset ) : void |
public static GetChild ( string name, Transform t ) : Transform | ||
name | string | |
t | Transform | |
return | Transform |
public static Mount ( Transform parent, Transform child, bool setToPosition, bool localSpace, Vector3 positionOffset, bool useRotation, Vector3 rotationOffset ) : void | ||
parent | Transform | |
child | Transform | |
setToPosition | bool | |
localSpace | bool | |
positionOffset | Vector3 | |
useRotation | bool | |
rotationOffset | Vector3 | |
return | void |