csharp
public readonly record struct TerrainSplineMeshWhat one mesh placed along a spline is.
Fields and properties (4)
public string MeshWhich mesh, by asset name.
public Vector3 PositionWhere it stands, in world space.
public Quaternion RotationWhich way it faces: the curve's frame, with the point's roll.
public float DistanceHow 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