Class Plane
Inherited Members
Namespace: UnityEngine.ProBuilder.Shapes
Syntax
[Shape("Plane")]
public class Plane : Shape
Methods
CopyShape(Shape)
Declaration
public override void CopyShape(Shape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| Shape | shape |
Overrides
RebuildMesh(ProBuilderMesh, Vector3, Quaternion)
Declaration
public override Bounds RebuildMesh(ProBuilderMesh mesh, Vector3 size, Quaternion rotation)
Parameters
| Type | Name | Description |
|---|---|---|
| ProBuilderMesh | mesh | |
| Vector3 | size | |
| Quaternion | rotation |
Returns
| Type | Description |
|---|---|
| Bounds |