Table of Contents

Struct RoadMeshSettings

Settings for basic road mesh generation

[Serializable]
public struct RoadMeshSettings
Inherited Members

Fields

baseSettings

Base settings for the mesh

public SplineMeshBaseSettings baseSettings

Field Value

SplineMeshBaseSettings

flipDirection

Whether to flip the road direction

public bool flipDirection

Field Value

bool

width

Width of the road

public float width

Field Value

float

Properties

Default

Create with default values

public static RoadMeshSettings Default { get; }

Property Value

RoadMeshSettings