Struct ElevatedRoadMeshSettings
- Namespace
- WitShells.SplineRuntime
Settings for elevated road mesh generation
[Serializable]
public struct ElevatedRoadMeshSettings
- Inherited Members
Fields
baseSettings
Base settings for the mesh
public SplineMeshBaseSettings baseSettings
Field Value
height
Height of the side walls
public float height
Field Value
width
Width of the road
public float width
Field Value
Properties
Default
Create with default values
public static ElevatedRoadMeshSettings Default { get; }