C# 클래스 UnityEngine.UI.LayoutUtility

Utility functions for querying layout elements for their minimum, preferred, and flexible sizes.

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

공개 메소드들

메소드 설명
GetFlexibleHeight ( RectTransform rect ) : float

Returns the flexible height of the layout element.

메소드 상세

GetFlexibleHeight() 공개 정적인 메소드

Returns the flexible height of the layout element.

public static GetFlexibleHeight ( RectTransform rect ) : float
rect RectTransform The RectTransform of the layout element to query.
리턴 float