Bounds.Scaled
Bounds Scaled(float scale)
Scale the bounds. It will scale the center as well as the dimensions! Returns a new Bounds.
| float scale | Scale |
| RETURNS: Bounds | A new scaled bounds |
Bounds Scaled(Vec3 scale)
Scale the bounds. It will scale the center as well as the dimensions! Returns a new Bounds.
| Vec3 scale | Scale |
| RETURNS: Bounds | A new scaled bounds |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!