C# 클래스 UnityEngine.UI.ContentSizeFitter

상속: UnityEngine.EventSystems.UIBehaviour, ILayoutController, ILayoutSelfController
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HandleSelfFittingAlongAxis void

공개 메소드들

메소드 설명
SetLayoutHorizontal ( ) : void

Method called by the layout system.

SetLayoutVertical ( ) : void

Method called by the layout system.

보호된 메소드들

메소드 설명
ContentSizeFitter ( ) : System
OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void
OnRectTransformDimensionsChange ( ) : void
OnValidate ( ) : void
SetDirty ( ) : void

Mark the ContentSizeFitter as dirty.

비공개 메소드들

메소드 설명
HandleSelfFittingAlongAxis ( int axis ) : void

메소드 상세

ContentSizeFitter() 보호된 메소드

protected ContentSizeFitter ( ) : System
리턴 System

OnDisable() 보호된 메소드

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnRectTransformDimensionsChange() 보호된 메소드

protected OnRectTransformDimensionsChange ( ) : void
리턴 void

OnValidate() 보호된 메소드

protected OnValidate ( ) : void
리턴 void

SetDirty() 보호된 메소드

Mark the ContentSizeFitter as dirty.

protected SetDirty ( ) : void
리턴 void

SetLayoutHorizontal() 공개 메소드

Method called by the layout system.

public SetLayoutHorizontal ( ) : void
리턴 void

SetLayoutVertical() 공개 메소드

Method called by the layout system.

public SetLayoutVertical ( ) : void
리턴 void