public static KeyFrame Read(BinaryReader reader, ActorComponent component) { KeyFrameConstraintStrength frame = new KeyFrameConstraintStrength(); if (KeyFrameNumeric.Read(reader, frame)) { return(frame); } return(null); }
public static KeyFrame Read(BinaryReader reader, ActorComponent component) { KeyFrameOpacity frame = new KeyFrameOpacity(); if (KeyFrameNumeric.Read(reader, frame)) { return(frame); } return(null); }