Table of Contents

Struct RibbonMeshSettings

Settings for ribbon mesh generation

[Serializable]
public struct RibbonMeshSettings
Inherited Members

Fields

baseSettings

Base settings for the mesh

public SplineMeshBaseSettings baseSettings

Field Value

SplineMeshBaseSettings

conformToTerrain

Whether to conform to terrain height

public bool conformToTerrain

Field Value

bool

endWidth

Width at the end of the spline

public float endWidth

Field Value

float

startWidth

Width at the start of the spline

public float startWidth

Field Value

float

terrainOffset

Height offset from terrain when conforming

public float terrainOffset

Field Value

float

Properties

Default

Create with default values

public static RibbonMeshSettings Default { get; }

Property Value

RibbonMeshSettings