Vixen
02b45cc4
csharp
public readonly record struct TerrainSplineMesh

What one mesh placed along a spline is.

Read the guide page for this →

Fields and properties (4)

  • public string Mesh

    Which mesh, by asset name.

  • public Vector3 Position

    Where it stands, in world space.

  • public Quaternion Rotation

    Which way it faces: the curve's frame, with the point's roll.

  • public float Distance

    How far along the curve it is, in metres.

Methods (1)

  • public TerrainSplineMesh(string Mesh, Vector3 Position, Quaternion Rotation, float Distance)

    What one mesh placed along a spline is.

Used by (4)

  • TerrainSplineVixen.Terrain
  • TerrainSplineSpawnerVixen.Rendering.Terrain
  • TerrainSplineSpawnerTestsVixen.Rendering.Terrain.Tests
  • TerrainSplineTestsVixen.Terrain.Tests