Method WithPosition
WithPosition(float3)
Gets an identical transform with a new position value.
Declaration
public LocalTransform WithPosition(float3 position)
Parameters
| Type | Name | Description | 
|---|---|---|
| float3 | position | The position.  | 
    
Returns
| Type | Description | 
|---|---|
| LocalTransform | The transform.  | 
    
WithPosition(float, float, float)
Creates a transform that is identical but with a new position value.
Declaration
public LocalTransform WithPosition(float x, float y, float z)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | x | The x coordinate of the new position.  | 
    
| float | y | The y coordinate of the new position.  | 
    
| float | z | The z coordinate of the new position.  | 
    
Returns
| Type | Description | 
|---|---|
| LocalTransform | The new transform.  |