Reign.Video.Abstraction.SoftwareKeyFrame.SoftwareKeyFrame C# (CSharp) Method

SoftwareKeyFrame() public method

public SoftwareKeyFrame ( Vector2 cordinate, InterpolationTypes interpolationType ) : System
cordinate Vector2
interpolationType InterpolationTypes
return System
        public SoftwareKeyFrame(Vector2 cordinate, InterpolationTypes interpolationType)
        {
            Cordinate = cordinate;
            InterpolationType = interpolationType;
        }
SoftwareKeyFrame