C# Class UIExtensions, skater-xl-mod-core

Afficher le fichier Open project: SkaterXLModding/skater-xl-mod-core Class Usage Examples

Méthodes publiques

Méthode Description
SetAnchor ( RectTransform rt, float xMin, float yMin, float xMax, float yMax ) : void
SetOffset ( RectTransform rt, float left, float top, float right, float bottom ) : void

Method Details

SetAnchor() public static méthode

public static SetAnchor ( RectTransform rt, float xMin, float yMin, float xMax, float yMax ) : void
rt RectTransform
xMin float
yMin float
xMax float
yMax float
Résultat void

SetOffset() public static méthode

public static SetOffset ( RectTransform rt, float left, float top, float right, float bottom ) : void
rt RectTransform
left float
top float
right float
bottom float
Résultat void