Method TransformTransform
TransformTransform(in LocalTransform)
Transforms a Transform by this transform.
Declaration
public LocalTransform TransformTransform(in LocalTransform transformData)
Parameters
Type | Name | Description |
---|---|---|
Local |
transformData | The Transform to be transformed. |
Returns
Type | Description |
---|---|
Local |
The Transform after transformation. |