Прочетете на английски Редактиране

Споделяне чрез


ToolTipAttachPoint Enum

Definition

Used to find a pivot point that is closest to the anchor. This ensures a natural-looking attachment where the connector line meets the label.

C++
public enum class ToolTipAttachPoint
Inheritance
ToolTipAttachPoint

Fields

Name Value Description
BottomMiddle 0
TopMiddle 1
RightMiddle 2
LeftMiddle 3
BottomRightCorner 4
BottomLeftCorner 5
TopRightCorner 6
TopLeftCorner 7
Center 8
Closest 9
ClosestMiddle 10
ClosestCorner 11

Remarks

These double as array positions.

Applies to

Продукт Версии
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0