C# Class Invert.Core.GraphDesigner.RectExtensions

Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
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

Method Details

Add() public static méthode

public static Add ( this source, Rect add ) : Rect
source this
add UnityEngine.Rect
Résultat UnityEngine.Rect

Normalize() public static méthode

public static Normalize ( this r, float scale ) : Rect
r this
scale float
Résultat UnityEngine.Rect

Scale() public static méthode

public static Scale ( this style, float scale ) : GUIStyle
style this
scale float
Résultat UnityEngine.GUIStyle

Scale() public static méthode

public static Scale ( this r, float scale ) : Rect
r this
scale float
Résultat UnityEngine.Rect

Scale() public static méthode

public static Scale ( this r, float scale ) : RectOffset
r this
scale float
Résultat UnityEngine.RectOffset

Snap() public static méthode

public static Snap ( this pos, float snapSize ) : Vector2
pos this
snapSize float
Résultat Vector2