Enum VisionOSHoverEffect.EffectType
The types of hover effects available for use.
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
public enum VisionOSHoverEffect.EffectType
Fields
Name | Description |
---|---|
Highlight | A hover effect that shows a spotlight plus a uniform highlight. |
Shader | A hover effect driven by a shader. |
Spotlight | A hover effect that shows a spotlight around the hovered position. |