|
static void | Scale (this Mesh mesh, float scale) |
| Rescale a mesh uniformly. More...
|
|
static void | Scale (this Mesh mesh, Vector3 scale) |
| Rescale a mesh non-uniformly. More...
|
|
static void | Deform (this Mesh mesh, float scale) |
| Deform a mesh randomly by a scaled amount. More...
|
|
static void | FlipNormals (this Mesh mesh) |
| Flip the normals of a mesh. More...
|
|
static void UniExtensions.MeshExtensionMethods.Deform |
( |
this Mesh |
mesh, |
|
|
float |
scale |
|
) |
| |
|
inlinestatic |
Deform a mesh randomly by a scaled amount.
- Parameters
-
mesh | A Mesh |
scale | A System.Single |
static void UniExtensions.MeshExtensionMethods.FlipNormals |
( |
this Mesh |
mesh | ) |
|
|
inlinestatic |
Flip the normals of a mesh.
- Parameters
-
static void UniExtensions.MeshExtensionMethods.Scale |
( |
this Mesh |
mesh, |
|
|
float |
scale |
|
) |
| |
|
inlinestatic |
Rescale a mesh uniformly.
- Parameters
-
mesh | A Mesh |
scale | A System.Single |
static void UniExtensions.MeshExtensionMethods.Scale |
( |
this Mesh |
mesh, |
|
|
Vector3 |
scale |
|
) |
| |
|
inlinestatic |
Rescale a mesh non-uniformly.
- Parameters
-
mesh | A Mesh |
scale | A Vector3 |
The documentation for this class was generated from the following file: