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

KeyFrame() public method

public KeyFrame ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System
        public KeyFrame(BinaryReader reader)
        {
            Cordinate = reader.ReadVector2();
            InterpolationType = (InterpolationTypes)reader.ReadInt32();
        }