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.

Static 関数

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