Table of Contents

Struct TunnelMeshSettings

Settings for tunnel mesh generation

[Serializable]
public struct TunnelMeshSettings
Inherited Members

Fields

baseSettings

Base settings for the mesh

public SplineMeshBaseSettings baseSettings

Field Value

SplineMeshBaseSettings

circleVertices

Number of vertices around the circumference

public int circleVertices

Field Value

int

radius

Radius of the tunnel

public float radius

Field Value

float

Properties

Default

Create with default values

public static TunnelMeshSettings Default { get; }

Property Value

TunnelMeshSettings