Struct RibbonMeshSettings
- Namespace
- WitShells.SplineRuntime
Settings for ribbon mesh generation
[Serializable]
public struct RibbonMeshSettings
- Inherited Members
Fields
baseSettings
Base settings for the mesh
public SplineMeshBaseSettings baseSettings
Field Value
conformToTerrain
Whether to conform to terrain height
public bool conformToTerrain
Field Value
endWidth
Width at the end of the spline
public float endWidth
Field Value
startWidth
Width at the start of the spline
public float startWidth
Field Value
terrainOffset
Height offset from terrain when conforming
public float terrainOffset
Field Value
Properties
Default
Create with default values
public static RibbonMeshSettings Default { get; }