Stretch | Stretch each axis to exactly match the size of the Plane/Volume. |
UniformScaling | Scale each axis by the same amount to maintain the correct aspect ratio. |
UniformXZScale | Scale the X and Z axes uniformly but the Y scale can be different. |
NoScaling | Don't perform any scaling. |
Custom | Custom logic, extend this class and override CustomPrefabScaling with your own implementation. |
Automatic | For volumes align to the base, for planes align to the center. |
Bottom | Align the bottom of the prefab with the bottom of the volume or plane. |
Center | Align the center of the prefab with the center of the volume or plane. |
NoAlignment | Don't add any local offset to the prefab. |
Custom | Custom logic, extend this class and override CustomPrefabAlignment with your own implementation. |
Random | |
ClosestSize | |
Custom | Custom logic, extend this class and override CustomPrefabSelection with your own implementation. |