csharp
public interface ISplineSourceWhere a consumer looks up a spline by name.
Remarks
⚠ An interface, because a name is not a handle. A scene names a spline and is read by a world that has not run yet — the reason TerrainComponent and FoliageType name their assets rather than holding handles. A consumer that resolved names itself would need an asset database in a class whose job is placing a camera.
Methods (1)
bool TryGet(string name, out Spline? spline)The curve a name refers to.
Used by (2)
- TracksVixen.Engine.Tests
- VirtualCameraSystemVixen.Engine