C# Usage

A documentation page for the C# API of the scripts included in the asset.

Add this script to the object you want to highlight.

HighlightManager automatically detects all instances of this script in the scene.

The HighlighterTrigger script is a tool for highlighters that allows you to easily add basic trigger functionality or create custom trigger events.

The TriggerWrapper script is a class that other classes should be derived from. It is used to automate the process of changing the properties of the highlighter from the code, based on the state of the HighlighterTrigger script.

Static class that contains useful coroutines that you can use to create various effects with the highlighter.

Last updated