Struct RoadMeshSettings
- Namespace
- WitShells.SplineRuntime
Settings for basic road mesh generation
[Serializable]
public struct RoadMeshSettings
- Inherited Members
Fields
baseSettings
Base settings for the mesh
public SplineMeshBaseSettings baseSettings
Field Value
flipDirection
Whether to flip the road direction
public bool flipDirection
Field Value
width
Width of the road
public float width
Field Value
Properties
Default
Create with default values
public static RoadMeshSettings Default { get; }