C# 클래스 FullInspector.LayoutToolkit.fiLayoutUtility

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
Margin ( float margin, fiLayout layout ) : fiLayout

Returns a layout that surrounds the given layout with a margin on all sides of the given size.

메소드 상세

Margin() 공개 정적인 메소드

Returns a layout that surrounds the given layout with a margin on all sides of the given size.
public static Margin ( float margin, fiLayout layout ) : fiLayout
margin float
layout fiLayout
리턴 fiLayout