Class WorldQuadDisplay
Used to display a panel on a rectangle in the scene.
Inherited Members
Namespace: Unity.UIElements.Runtime
Assembly: solution.dll
Syntax
[AddComponentMenu("UIElements/World Quad Display")]
public class WorldQuadDisplay : MonoBehaviour
Fields
| Name | Description |
|---|---|
| eventCamera | Camera to use to cast rays from the mouse on the screen to the UI. |
| sizeInWorld | Size of the quad. |
| targetTexture | The texture used to render the Panel. |
Methods
| Name | Description |
|---|---|
| OnDisable() | |
| OnEnable() | |
| Update() |