public static List <FOBJKey> GetKeys(HSD_FOBJ FOBJ, float startframe) { FOBJFrameDecoder e = new FOBJFrameDecoder(FOBJ, startframe); { return(e.GetKeys(startframe)); } }
public static List <FOBJKey> GetKeys(HSD_FOBJ FOBJ) { FOBJFrameDecoder e = new FOBJFrameDecoder(FOBJ); { return(e.GetKeys()); } }