Method WithScale
WithScale(float)
Gets an identical transform with a new scale value.
Declaration
public LocalTransform WithScale(float scale)
Parameters
Type | Name | Description |
---|---|---|
float | scale | The scale. |
Returns
Type | Description |
---|---|
LocalTransform | The T. |