Class CGMeshProperties
- Namespace
- FluffyUnderware.Curvy.Generator
Helper class used by InputMesh module
[Serializable]
public class CGMeshProperties
- Inheritance
-
CGMeshProperties
Constructors
CGMeshProperties()
public CGMeshProperties()
CGMeshProperties(Mesh)
public CGMeshProperties(Mesh mesh)
Parameters
meshMesh
Properties
Material
public Material[] Material { get; set; }
Property Value
- Material[]
Matrix
public Matrix4x4 Matrix { get; }
Property Value
- Matrix4x4
Mesh
public Mesh Mesh { get; set; }
Property Value
- Mesh
Rotation
public Vector3 Rotation { get; set; }
Property Value
- Vector3
Scale
public Vector3 Scale { get; set; }
Property Value
- Vector3
Translation
public Vector3 Translation { get; set; }
Property Value
- Vector3