Class ToolTipBackgroundCorners
Renders meshes at the corners of a tool tip
Inheritance
ToolTipBackgroundCorners
Assembly: cs.temp.dll.dll
public class ToolTipBackgroundCorners : MonoBehaviour, IToolTipBackground
Properties
Declaration
public bool IsVisible { set; }
Property Value
Methods
OnContentChange(Vector3, Vector3, Transform)
Declaration
public void OnContentChange(Vector3 localContentSize, Vector3 localContentOffset, Transform contentParentTransform)
Parameters
Type |
Name |
Description |
Vector3 |
localContentSize |
|
Vector3 |
localContentOffset |
|
Transform |
contentParentTransform |
|
Implements