Reign.Video.Abstraction.SoftwareKeyFrame.SoftwareKeyFrame C# (CSharp) Méthode

SoftwareKeyFrame() public méthode

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