C# Класс KSPPluginFramework.UnityExtensions

CLass containing some extension methods for Unity Objects
Показать файл Открыть проект

Открытые методы

Метод Описание
ClampToScreen ( this r ) : Rect

Ensure that the Rect remains within the screen bounds

ClampToScreen ( this r, RectOffset ScreenBorder ) : Rect

Ensure that the Rect remains within the screen bounds

PaddingChange ( this g, Int32 PaddingValue ) : GUIStyle
PaddingChangeBottom ( this g, Int32 PaddingValue ) : GUIStyle

Описание методов

ClampToScreen() публичный статический Метод

Ensure that the Rect remains within the screen bounds
public static ClampToScreen ( this r ) : Rect
r this
Результат UnityEngine.Rect

ClampToScreen() публичный статический Метод

Ensure that the Rect remains within the screen bounds
public static ClampToScreen ( this r, RectOffset ScreenBorder ) : Rect
r this
ScreenBorder UnityEngine.RectOffset A Border to the screen bounds that the Rect will be clamped inside (can be negative)
Результат UnityEngine.Rect

PaddingChange() публичный статический Метод

public static PaddingChange ( this g, Int32 PaddingValue ) : GUIStyle
g this
PaddingValue System.Int32
Результат UnityEngine.GUIStyle

PaddingChangeBottom() публичный статический Метод

public static PaddingChangeBottom ( this g, Int32 PaddingValue ) : GUIStyle
g this
PaddingValue System.Int32
Результат UnityEngine.GUIStyle