Navigation Bar
v1.0
Last updated
v1.0
Last updated
Prior to release, the Northstar Navigation Bar was called "Compass Bar". While I'm attempting to update all references in the scripts and documentation, if you see "Compass Bar", know that it is now referred to as "Navigation Bar". Thanks!
You can set and reset overrides through the Northstar Navigation Bar component (child of your Canvas), or on the individual Northstar Icons, whichever works best for your use case.
Reference Northstar Navigation Bar:
NavigationBar.Instance.SetOverrideColor("Default", Color.Blue);
Remember, each Set
method will have two signatures, one for a single icon, and one for all of a string
type. There will also be two Reset
methods for each. Each Set
method will take in an appropriate value as well.