C# Class UnityEngine.Canvas

Element that can be used for screen rendering.

Inheritance: Behaviour
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
GetDefaultCanvasMaterial Material
GetDefaultCanvasTextMaterial Material
GetETC1SupportedCanvasMaterial Material
INTERNAL_get_pixelRect void
SendWillRenderCanvases void

Public Methods

Method Description
ForceUpdateCanvases ( ) : void

Force all canvases to update their content.

Private Methods

Method Description
GetDefaultCanvasMaterial ( ) : Material
GetDefaultCanvasTextMaterial ( ) : Material
GetETC1SupportedCanvasMaterial ( ) : Material
INTERNAL_get_pixelRect ( Rect &value ) : void
SendWillRenderCanvases ( ) : void

Method Details

ForceUpdateCanvases() public static method

Force all canvases to update their content.

public static ForceUpdateCanvases ( ) : void
return void