C# Class uMVC.Extensions

Afficher le fichier Open project: cgarciae/umvc

Méthodes publiques

Méthode Description
CopyTransform ( this t, Transform other ) : void
RectTransform ( this t ) : RectTransform
ResetRectTransform ( this t ) : void
ResetRectTransformUnder ( this t, RectTransform parent ) : void
ResetTransform ( this t ) : void
ResetTransformUnder ( this t, Transform parent ) : void

Method Details

CopyTransform() public static méthode

public static CopyTransform ( this t, Transform other ) : void
t this
other UnityEngine.Transform
Résultat void

RectTransform() public static méthode

public static RectTransform ( this t ) : RectTransform
t this
Résultat UnityEngine.RectTransform

ResetRectTransform() public static méthode

public static ResetRectTransform ( this t ) : void
t this
Résultat void

ResetRectTransformUnder() public static méthode

public static ResetRectTransformUnder ( this t, RectTransform parent ) : void
t this
parent UnityEngine.RectTransform
Résultat void

ResetTransform() public static méthode

public static ResetTransform ( this t ) : void
t this
Résultat void

ResetTransformUnder() public static méthode

public static ResetTransformUnder ( this t, Transform parent ) : void
t this
parent UnityEngine.Transform
Résultat void