Experimental: this API is experimental and might be changed or removed in the future.

GraphView.CalculateFrameTransform

매뉴얼로 전환
public static void CalculateFrameTransform (Rect rectToFit, Rect clientRect, int border, out Vector3 frameTranslation, out Vector3 frameScaling);

파라미터

rectToFitRectangle to fit.
clientRectParent rectangle.
borderBorder size.
frameTranslationCalculated translation.
frameScalingCalculated scaling.

설명

Calculate the view transform based on zoom level and the size of the window or parent.