Class TransformUtility
Helper functions for working with transforms.
Inheritance
System.Object
TransformUtility
Namespace: UnityEngine.ProBuilder
Syntax
public static class TransformUtility
Methods
TransformVertex(Transform, Vertex)
Transform a vertex into world space.
Declaration
public static Vertex TransformVertex(this Transform transform, Vertex vertex)
Parameters
Type | Name | Description |
---|---|---|
Transform | transform | The transform to apply. |
Vertex | vertex | A model space vertex. |
Returns
Type | Description |
---|---|
Vertex | A new vertex in world coordinate space. |