UnityEditor.TimeArea.FrameToPixel C# (CSharp) 메소드

FrameToPixel() 공개 메소드

public FrameToPixel ( float i, float frameRate, Rect rect ) : float
i float
frameRate float
rect UnityEngine.Rect
리턴 float
        public float FrameToPixel(float i, float frameRate, Rect rect)
        {
            return this.FrameToPixel(i, frameRate, rect, base.shownArea);
        }

Same methods

TimeArea::FrameToPixel ( float i, float frameRate, Rect rect, Rect theShownArea ) : float