C# 클래스 Invert.Core.GraphDesigner.RectExtensions

파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
Add ( this source, Rect add ) : Rect
Normalize ( this r, float scale ) : Rect
Scale ( this style, float scale ) : GUIStyle
Scale ( this r, float scale ) : Rect
Scale ( this r, float scale ) : RectOffset
Snap ( this pos, float snapSize ) : Vector2

메소드 상세

Add() 공개 정적인 메소드

public static Add ( this source, Rect add ) : Rect
source this
add UnityEngine.Rect
리턴 UnityEngine.Rect

Normalize() 공개 정적인 메소드

public static Normalize ( this r, float scale ) : Rect
r this
scale float
리턴 UnityEngine.Rect

Scale() 공개 정적인 메소드

public static Scale ( this style, float scale ) : GUIStyle
style this
scale float
리턴 UnityEngine.GUIStyle

Scale() 공개 정적인 메소드

public static Scale ( this r, float scale ) : Rect
r this
scale float
리턴 UnityEngine.Rect

Scale() 공개 정적인 메소드

public static Scale ( this r, float scale ) : RectOffset
r this
scale float
리턴 UnityEngine.RectOffset

Snap() 공개 정적인 메소드

public static Snap ( this pos, float snapSize ) : Vector2
pos this
snapSize float
리턴 Vector2