Version: 2018.4
LanguageEnglish
  • C#

ICanvasElement

interface in UnityEngine.UI

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

This is an element that can live on a Canvas.

Properties

transformGet the transform associated with the ICanvasElement.

Public Methods

GraphicUpdateCompleteCallback sent when this ICanvasElement has completed Graphic rebuild.
IsDestroyedReturn true if the element is considered destroyed. Used if the native representation has been destroyed.
LayoutCompleteCallback sent when this ICanvasElement has completed layout.
RebuildRebuild the element for the given stage.