VR Interaction Framework v2.0
Loading...
Searching...
No Matches
BNG.Tooltip Class Reference
Inheritance diagram for BNG.Tooltip:

Public Member Functions

virtual void UpdateTooltipPosition ()
 

Public Attributes

Vector3 TipOffset = new Vector3(1.5f, 0.2f, 0)
 Offset from Object we are providing tip to.
 
bool UseWorldYAxis = true
 If true Y axis will be in World Coordinates. False for local coords.
 
float MaxViewDistance = 10f
 Hide the tooltip if Camera is farther away than this. In meters.
 
Transform DrawLineTo
 

Member Function Documentation

◆ UpdateTooltipPosition()

virtual void BNG.Tooltip.UpdateTooltipPosition ( )
virtual

Member Data Documentation

◆ DrawLineTo

Transform BNG.Tooltip.DrawLineTo

◆ MaxViewDistance

float BNG.Tooltip.MaxViewDistance = 10f

Hide the tooltip if Camera is farther away than this. In meters.

◆ TipOffset

Vector3 BNG.Tooltip.TipOffset = new Vector3(1.5f, 0.2f, 0)

Offset from Object we are providing tip to.

◆ UseWorldYAxis

bool BNG.Tooltip.UseWorldYAxis = true

If true Y axis will be in World Coordinates. False for local coords.


The documentation for this class was generated from the following file: