C# Class uMVC.Extensions

Mostrar archivo Open project: cgarciae/umvc

Public Methods

Method 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 method

public static CopyTransform ( this t, Transform other ) : void
t this
other UnityEngine.Transform
return void

RectTransform() public static method

public static RectTransform ( this t ) : RectTransform
t this
return UnityEngine.RectTransform

ResetRectTransform() public static method

public static ResetRectTransform ( this t ) : void
t this
return void

ResetRectTransformUnder() public static method

public static ResetRectTransformUnder ( this t, RectTransform parent ) : void
t this
parent UnityEngine.RectTransform
return void

ResetTransform() public static method

public static ResetTransform ( this t ) : void
t this
return void

ResetTransformUnder() public static method

public static ResetTransformUnder ( this t, Transform parent ) : void
t this
parent UnityEngine.Transform
return void