Version: 2021.1
언어: 한국어

Background

struct in UnityEngine.UIElements

매뉴얼로 전환

설명

Describes a VisualElement background.

변수

textureThe texture to display as a background. You cannot set this and Background.vectorImage at the same time.
vectorImageThe VectorImage to display as a background. You cannot set this and Background.texture at the same time.

정적 함수

FromTexture2DCreates a background from a Texture2D.
FromVectorImageCreates a background from a VectorImage.