Exemplo n.º 1
0
        public static KeyFrame Read(BinaryReader reader, ActorComponent component)
        {
            KeyFrameConstraintStrength frame = new KeyFrameConstraintStrength();

            if (KeyFrameNumeric.Read(reader, frame))
            {
                return(frame);
            }
            return(null);
        }
Exemplo n.º 2
0
        public static KeyFrame Read(BinaryReader reader, ActorComponent component)
        {
            KeyFrameOpacity frame = new KeyFrameOpacity();

            if (KeyFrameNumeric.Read(reader, frame))
            {
                return(frame);
            }
            return(null);
        }