Interface IProvidesSetHighlight
Provide control of scene object highlighting
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesSetHighlight : IFunctionalityProvider
Methods
Name | Description |
---|---|
SetBlinkingHighlight(GameObject, bool, Transform, Material, bool, float, float) | Method for highlighting objects |
SetHighlight(GameObject, bool, Transform, Material, bool, float) | Method for highlighting objects |