Click or drag to resize

TooltipBase Properties

The TooltipBase type exposes the following members.

Properties
  NameDescription
Protected propertyCameraService
Cached CameraService instance
Public propertyIsEnabled
Default visibility for this tooltip
Protected propertyIsInitialised
Flag that indicates whether UI is ready to be updated
Protected propertyIsVisibleInCurrentCamera
Returns true if the tooltip is visible in the current camera
Protected propertyLastAppliedScale
The last applied scale
Protected propertyOriginalLocalLocation
The original local position that was applied to this object's transform
Protected propertyOriginalLocalScale
The original scale that was applied to this object's transform
Public propertyPivot
Set a pivot for the tooltip to track. This will cause it to stay orientated to the pivot in the way it started even if the pivot is rotated.
Public propertyReverseFace
Should the transform be rotated 180 degrees after applying the camera's lookat vector?
Protected propertyRoot
The root object that has the Canvas and CanvasGroup on
Protected propertyRootTransform
The RectTransform of the root object
Public propertyVerboseLoggingInEditor
Returns true if verbose logging is toggled to on, and we are currently running in the Editor
Public propertyWebGLHideInNonVrCamera
If set to true, the tooltip is not visible in the normal non-VR cameras. If set to false, the tooltip will be visible in all the cameras. Note: this only affect WebGL platform
Top
See Also