Navigation Lights - NeisesMike/VehicleFramework GitHub Wiki

Navigation lights are used by watercraft, aircraft, and spacecraft to illuminate that craft.

They give nearby people information on the location and rotation of the craft.

Google Navigation Lights for more information.

Overview

Submarine has the fields:

public virtual List<GameObject> NavigationPortLights => null;
public virtual List<GameObject> NavigationStarboardLights => null;
public virtual List<GameObject> NavigationPositionLights => null;
public virtual List<GameObject> NavigationWhiteStrobeLights => null;
public virtual List<GameObject> NavigationRedStrobeLights => null;

Each navigation light will have its GameObject totally lit up at certain times. Each GameObject should have a MeshRenderer.

⚠️ **GitHub.com Fallback** ⚠️