Version: 2022.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

Pill

class in UnityEditor.Experimental.GraphView

매뉴얼로 전환

설명

The Pill class includes methods for creating and managing a VisualElement that resembles a capsule. The Pill class includes text, an icon, and two optional child VisualElements: one to the left of the pill, and one to the right of the pill.

변수

highlightedReturns whether the pill is highlighted.
iconThe icon of the pill.
leftThe VisualElement to the left of the pill.
rightThe VisualElement to the right of the pill.
textThe text of the pill.

생성자

PillConstructs a pill with its optional left and right child VisualElements.