C# 클래스 UnityEngine.UI.AspectRatioFitter

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

Private Properties

프로퍼티 타입 설명
GetParentSize Vector2
GetSizeDeltaToProduceSize float
UpdateRect void

공개 메소드들

메소드 설명
SetLayoutHorizontal ( ) : void

Method called by the layout system.

SetLayoutVertical ( ) : void

Method called by the layout system.

보호된 메소드들

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

See MonoBehaviour.OnDisable.

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

Mark the AspectRatioFitter as dirty.

비공개 메소드들

메소드 설명
GetParentSize ( ) : Vector2
GetSizeDeltaToProduceSize ( float size, int axis ) : float
UpdateRect ( ) : void

메소드 상세

AspectRatioFitter() 보호된 메소드

protected AspectRatioFitter ( ) : 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 AspectRatioFitter 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