Struct TunnelMeshSettings
- Namespace
- WitShells.SplineRuntime
Settings for tunnel mesh generation
[Serializable]
public struct TunnelMeshSettings
- Inherited Members
Fields
baseSettings
Base settings for the mesh
public SplineMeshBaseSettings baseSettings
Field Value
circleVertices
Number of vertices around the circumference
public int circleVertices
Field Value
radius
Radius of the tunnel
public float radius
Field Value
Properties
Default
Create with default values
public static TunnelMeshSettings Default { get; }