C# Class TransformUtils, swip3

Exibir arquivo Open project: unit9/swip3 Class Usage Examples

Public Methods

Method Description
GetTransformPath ( Transform t ) : string
SwitchParentAndMaintainScale ( Transform targetTransform, Transform parentTransform ) : void

Method Details

GetTransformPath() public static method

public static GetTransformPath ( Transform t ) : string
t Transform
return string

SwitchParentAndMaintainScale() public static method

public static SwitchParentAndMaintainScale ( Transform targetTransform, Transform parentTransform ) : void
targetTransform Transform
parentTransform Transform
return void