Method ApplyScale
ApplyScale(float)
Scales this transform by the specified factor.
Declaration
public LocalTransform ApplyScale(float scale)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | scale | The scaling factor.  | 
    
Returns
| Type | Description | 
|---|---|
| LocalTransform | A new, scaled Transform.  | 
    
Remarks
Note that this doesn't modify the original transform. Rather it returns a new one.