C# 클래스 UnityEngine.Canvas

Element that can be used for screen rendering.

상속: Behaviour
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetDefaultCanvasMaterial Material
GetDefaultCanvasTextMaterial Material
GetETC1SupportedCanvasMaterial Material
INTERNAL_get_pixelRect void
SendWillRenderCanvases void

공개 메소드들

메소드 설명
ForceUpdateCanvases ( ) : void

Force all canvases to update their content.

비공개 메소드들

메소드 설명
GetDefaultCanvasMaterial ( ) : Material
GetDefaultCanvasTextMaterial ( ) : Material
GetETC1SupportedCanvasMaterial ( ) : Material
INTERNAL_get_pixelRect ( Rect &value ) : void
SendWillRenderCanvases ( ) : void

메소드 상세

ForceUpdateCanvases() 공개 정적인 메소드

Force all canvases to update their content.

public static ForceUpdateCanvases ( ) : void
리턴 void